Fix authentik IP
This commit is contained in:
parent
8698056760
commit
0b0b5a7037
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ in
|
|||
forceSSL = true;
|
||||
enableACME = true;
|
||||
locations."/" = {
|
||||
proxyPass = "http://192.168.1.41";
|
||||
proxyPass = "http://192.168.1.25:9000";
|
||||
recommendedProxySettings = true;
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue