changed hostname backend

This commit is contained in:
Geir Okkenhaug Jerstad 2024-05-21 14:35:09 +02:00
parent 1b5f303f04
commit b1290493b1

View file

@ -41,7 +41,7 @@ in
enableACME = true; enableACME = true;
addSSL = true; addSSL = true;
locations."/" = { locations."/" = {
proxyPass = "http://server1:8000"; proxyPass = "http://apps:8000";
proxyWebsockets = true; proxyWebsockets = true;
}; };
}; };