diff options
Diffstat (limited to 'host/Rory-nginx/hosts/thearcanebrony.net/sentry.nix')
-rwxr-xr-x | host/Rory-nginx/hosts/thearcanebrony.net/sentry.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/host/Rory-nginx/hosts/thearcanebrony.net/sentry.nix b/host/Rory-nginx/hosts/thearcanebrony.net/sentry.nix index 7eaa87d..96ffe4b 100755 --- a/host/Rory-nginx/hosts/thearcanebrony.net/sentry.nix +++ b/host/Rory-nginx/hosts/thearcanebrony.net/sentry.nix @@ -1,4 +1,6 @@ { + enableACME = true; + addSSL = true; locations = { "/" = { proxyPass = "http://192.168.1.4:9000"; |