Compare commits

..

2 commits

View file

@ -26,6 +26,6 @@ in {
add_header Strict-Transport-Security "max-age=15552000; includeSubDomains" always; add_header Strict-Transport-Security "max-age=15552000; includeSubDomains" always;
''; '';
locations."/".proxyPass = "http://${httpAddress}:${builtins.toString httpPort}"; locations."/".proxyPass = "http://${httpAddress}:${toString httpPort}";
}; };
} }