Compare commits
2 commits
d3c4de5aeb
...
bf1d10f12a
| Author | SHA1 | Date | |
|---|---|---|---|
| bf1d10f12a | |||
| f2fd9cd121 |
1 changed files with 1 additions and 1 deletions
|
|
@ -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}:${toString httpPort}";
|
locations."/".proxyPass = "http://${httpAddress}:${builtins.toString httpPort}";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue