Static Web Server: Difference between revisions

imported>Mac-chaffee
create page
 
m Removed outdated information.
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
Static Web Server (SWS) is an HTTP server written in Rust with a focus on efficiently serving static files. The project website is https://static-web-server.net/
Static Web Server (SWS) is an HTTP server written in Rust with a focus on efficiently serving static files. The project website is https://static-web-server.net/


There is a NixOS module (currently on the unstable branch) that allows you to run and configure SWS. First, add the package to your systemPackages:
There is a NixOS module that allows you to run and configure SWS. First, add the package to your systemPackages:


<syntaxhighlight lang=nix>
<syntaxhighlight lang=nix>
Line 119: Line 119:


[[Category:Cookbook]]
[[Category:Cookbook]]
[[Category:NixOS]]
[[Category:Server]]
[[Category:Applications]]