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;
|
||||
enableACME = true;
|
||||
locations."/" = {
|
||||
proxyPass = "http://192.168.1.25:9000";
|
||||
proxyPass = "http://192.168.1.125:9000";
|
||||
recommendedProxySettings = true;
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue