diff options
author | Ben Sima <ben@bsima.me> | 2019-05-12 22:27:27 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-05-12 22:27:27 -0700 |
commit | 4a18b8387acbcefd30bbcbab474f0ebc1d0ff38d (patch) | |
tree | be7454dfe20fd005bd05b175885d57672ba56386 /depo | |
parent | 0f28ee65ab17976bd77690a2fc97d2613712e473 (diff) |
change to port 80
Diffstat (limited to 'depo')
-rw-r--r-- | depo/nutin-madaj/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/depo/nutin-madaj/configuration.nix b/depo/nutin-madaj/configuration.nix index a377ecf..e676f96 100644 --- a/depo/nutin-madaj/configuration.nix +++ b/depo/nutin-madaj/configuration.nix @@ -31,7 +31,7 @@ in }; lighttpd = { enable = true; - port = 8000; + port = 80; document-root = "/srv/www"; mod_userdir = true; mod_status = true; |