This commit is contained in:
Joeri Exelmans 2025-10-02 15:14:24 +02:00
parent 6e0f771683
commit 53f8d8652f

View file

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