diff options
author | Rory&::Emma <root@rory.gay> | 2023-10-22 13:58:26 +0000 |
---|---|---|
committer | Rory&::Emma <root@rory.gay> | 2023-10-22 13:58:26 +0000 |
commit | f19354a1b4ba333f2482b6d268ff821662b6bec1 (patch) | |
tree | 7e0e9b623d4d4164506fd643246f53b627441e81 /host | |
parent | Update (diff) | |
download | Rory-Open-Architecture-f19354a1b4ba333f2482b6d268ff821662b6bec1.tar.xz |
Update nginx
Diffstat (limited to '')
-rwxr-xr-x | host/Rory-nginx/configuration.nix | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/host/Rory-nginx/configuration.nix b/host/Rory-nginx/configuration.nix index 1bc4ad6..8b1a915 100755 --- a/host/Rory-nginx/configuration.nix +++ b/host/Rory-nginx/configuration.nix @@ -26,11 +26,11 @@ address = "10.10.10.2"; prefixLength = 16; } ]; - extraHosts = '' - 127.0.0.1 rory.gay - 127.0.0.1 matrix.rory.gay - 127.0.0.1 conduit.rory.gay - ''; +# extraHosts = '' +# 127.0.0.1 rory.gay +# 127.0.0.1 matrix.rory.gay +# 127.0.0.1 conduit.rory.gay +# ''; }; containers."pluralcontactbotpoc" = import ./services/containers/pluralcontactbotpoc/container.nix { |