Compare commits
2 commits
bf1d10f12a
...
d3c4de5aeb
| Author | SHA1 | Date | |
|---|---|---|---|
| d3c4de5aeb | |||
| 05026614c8 |
1 changed files with 1 additions and 1 deletions
|
|
@ -26,6 +26,6 @@ in {
|
|||
add_header Strict-Transport-Security "max-age=15552000; includeSubDomains" always;
|
||||
'';
|
||||
|
||||
locations."/".proxyPass = "http://${httpAddress}:${builtins.toString httpPort}";
|
||||
locations."/".proxyPass = "http://${httpAddress}:${toString httpPort}";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue