l red: forceSSL

This commit is contained in:
lassulus 2018-05-21 08:25:11 +02:00
parent 3277fac9b6
commit 5af3134c00

View File

@ -243,7 +243,7 @@ with import <stockholm/lib>;
}; };
services.nginx.virtualHosts."rote-allez-fraktion.de" = { services.nginx.virtualHosts."rote-allez-fraktion.de" = {
enableACME = true; enableACME = true;
addSSL = true; forceSSL = true;
locations."/" = { locations."/" = {
extraConfig = '' extraConfig = ''
proxy_set_header Host rote-allez-fraktion.de; proxy_set_header Host rote-allez-fraktion.de;