This commit is contained in:
Joeri Exelmans 2025-10-02 15:12:43 +02:00
parent e96f9607be
commit 6e0f771683
2 changed files with 1 additions and 1 deletions

View file

@ -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 = ''

View file

@ -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