tadpole: Fix gitea reverse proxy host
This commit is contained in:
@@ -121,7 +121,7 @@ in
|
||||
useACMEHost = gitDomain;
|
||||
|
||||
locations."/" = {
|
||||
proxyPass = "http://0.0.0:3000";
|
||||
proxyPass = "http://0.0.0.0:3000";
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user