diff options
author | Rory&::Emma <root@rory.gay> | 2025-01-21 17:19:01 +0000 |
---|---|---|
committer | Rory&::Emma <root@rory.gay> | 2025-01-21 17:19:09 +0000 |
commit | 1fb0252b874bd13f1e4219b6824565ed35589320 (patch) | |
tree | 96b8c5290c6b58a2291ebc5d7b3c81c6a50ccb54 /host | |
parent | Move packages to top level directory (diff) | |
download | Rory-Open-Architecture-master.tar.xz |
Diffstat (limited to 'host')
-rwxr-xr-x | host/Rory-nginx/services/nginx/nginx.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/Rory-nginx/services/nginx/nginx.nix b/host/Rory-nginx/services/nginx/nginx.nix index 2bc8d44..2d83072 100755 --- a/host/Rory-nginx/services/nginx/nginx.nix +++ b/host/Rory-nginx/services/nginx/nginx.nix @@ -49,6 +49,7 @@ in "spigotav.thearcanebrony.net" = serveDir { path = "/data/nginx/html_spigotav"; }; "terra.thearcanebrony.net" = serveDir { path = "/data/nginx/html_terrarchive"; }; "vives.thearcanebrony.net" = serveDir { path = "/data/nginx/html_vives"; }; + "ec.rory.gay" = serveDir { path = "/data/nginx/html_ec"; }; "git.rory.gay" = serveDir { path = "/data/nginx/html_git"; }; "wad.rory.gay" = serveDir { path = "/data/nginx/html_wad"; } // { locations."/".extraConfig = "autoindex on; try_files $uri $uri/ /index.html;"; }; |