Compare commits
2 commits
bf1d10f12a
...
d3c4de5aeb
Author | SHA1 | Date | |
---|---|---|---|
Tristan Daniël Maat | d3c4de5aeb | ||
Tristan Daniël Maat | 05026614c8 |
|
@ -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}";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue