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} = {
|
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 = ''
|
||||||
|
|
|
||||||
|
|
@ -82,7 +82,6 @@
|
||||||
recommendedOptimisation = true;
|
recommendedOptimisation = true;
|
||||||
recommendedProxySettings = true;
|
recommendedProxySettings = true;
|
||||||
recommendedTlsSettings = true;
|
recommendedTlsSettings = true;
|
||||||
forceSSL = true;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# Copy the NixOS configuration file and link it from the resulting system
|
# Copy the NixOS configuration file and link it from the resulting system
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue