tadpole: Fix gitea reverse proxy host

This commit is contained in:
Alexander Heldt
2024-10-13 20:49:24 +02:00
parent eba768ce3e
commit a333821780

View File

@@ -121,7 +121,7 @@ in
useACMEHost = gitDomain; useACMEHost = gitDomain;
locations."/" = { locations."/" = {
proxyPass = "http://0.0.0:3000"; proxyPass = "http://0.0.0.0:3000";
proxyWebsockets = true; proxyWebsockets = true;
}; };
}; };