aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/nginx/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/nginx/default.nix b/lib/nginx/default.nix
index ac356ea..e7657e6 100644
--- a/lib/nginx/default.nix
+++ b/lib/nginx/default.nix
@@ -2,7 +2,7 @@
{
proxyDomain = cert: proxyPass: {
- addSSL = true;
+ forceSSL = true;
useACMEHost = cert;
locations."/" = {
inherit proxyPass;
@@ -19,7 +19,7 @@
};
proxyDomainAuth = cert: proxyPass: {
- addSSL = true;
+ forceSSL = true;
useACMEHost = cert;
locations."/" = {
inherit proxyPass;