Change authentik IP in nginx vshosts
This commit is contained in:
parent
5455da310d
commit
a420f97a2a
1 changed files with 5 additions and 5 deletions
|
@ -121,7 +121,7 @@ in
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
proxyPass = "http://192.168.1.25:9000";
|
proxyPass = "http://192.168.1.125:9000";
|
||||||
recommendedProxySettings = true;
|
recommendedProxySettings = true;
|
||||||
proxyWebsockets = true;
|
proxyWebsockets = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue