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;
|
||||
|
||||
virtualHosts.${refineryHost} = {
|
||||
|
||||
locations."${refineryBaseUrl}/" = {
|
||||
forceSSL = true;
|
||||
proxyPass = "http://127.0.0.1:8888/";
|
||||
proxyWebsockets = true;
|
||||
extraConfig = ''
|
||||
|
|
@ -29,6 +27,7 @@
|
|||
'';
|
||||
};
|
||||
|
||||
forceSSL = true;
|
||||
serverName = refineryHost;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue