fix
This commit is contained in:
parent
e96f9607be
commit
6e0f771683
2 changed files with 1 additions and 1 deletions
|
|
@ -11,6 +11,7 @@
|
|||
virtualHosts.${refineryHost} = {
|
||||
|
||||
locations."${refineryBaseUrl}/" = {
|
||||
forceSSL = true;
|
||||
proxyPass = "http://127.0.0.1:8888/";
|
||||
proxyWebsockets = true;
|
||||
extraConfig = ''
|
||||
|
|
|
|||
|
|
@ -82,7 +82,6 @@
|
|||
recommendedOptimisation = true;
|
||||
recommendedProxySettings = true;
|
||||
recommendedTlsSettings = true;
|
||||
forceSSL = true;
|
||||
};
|
||||
|
||||
# Copy the NixOS configuration file and link it from the resulting system
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue