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