fix
This commit is contained in:
parent
6e0f771683
commit
53f8d8652f
1 changed files with 1 additions and 2 deletions
|
|
@ -9,9 +9,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
virtualHosts.${refineryHost} = {
|
virtualHosts.${refineryHost} = {
|
||||||
|
|
||||||
locations."${refineryBaseUrl}/" = {
|
locations."${refineryBaseUrl}/" = {
|
||||||
forceSSL = true;
|
|
||||||
proxyPass = "http://127.0.0.1:8888/";
|
proxyPass = "http://127.0.0.1:8888/";
|
||||||
proxyWebsockets = true;
|
proxyWebsockets = true;
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
|
|
@ -29,6 +27,7 @@
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
forceSSL = true;
|
||||||
serverName = refineryHost;
|
serverName = refineryHost;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue