diff options
Diffstat (limited to 'host/Rory-nginx/hosts/rory.boo/tunnel.nix')
-rwxr-xr-x | host/Rory-nginx/hosts/rory.boo/tunnel.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/host/Rory-nginx/hosts/rory.boo/tunnel.nix b/host/Rory-nginx/hosts/rory.boo/tunnel.nix index db81075..58ab05f 100755 --- a/host/Rory-nginx/hosts/rory.boo/tunnel.nix +++ b/host/Rory-nginx/hosts/rory.boo/tunnel.nix @@ -1,4 +1,6 @@ { + enableACME = true; + addSSL = true; locations = { "/" = { proxyPass = "http://127.0.0.1:12345"; |