corrected port
This commit is contained in:
parent
da1e8d80ec
commit
f1d652f370
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ in
|
||||||
|
|
||||||
services.nginx.virtualHosts = mkIf cfg.reverseProxy.enable {
|
services.nginx.virtualHosts = mkIf cfg.reverseProxy.enable {
|
||||||
"${fqdn}" = mkVirtualHost {
|
"${fqdn}" = mkVirtualHost {
|
||||||
port = cfg.config.PORT;
|
inherit (cfg) port;
|
||||||
ssl = cfg.reverseProxy.forceSSL;
|
ssl = cfg.reverseProxy.forceSSL;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue