This commit is contained in:
parent
32e5ee92f0
commit
1fc6e03c2c
2 changed files with 2 additions and 2 deletions
|
@ -159,7 +159,7 @@ in {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
proxyPass = "https://192.168.1.90:443";
|
proxyPass = "https://192.168.1.21";
|
||||||
proxyWebsockets = true;
|
proxyWebsockets = true;
|
||||||
recommendedProxySettings = true;
|
recommendedProxySettings = true;
|
||||||
};
|
};
|
||||||
|
|
|
@ -72,7 +72,7 @@ in {
|
||||||
host gitea gitea 192.168.1.14/32 md5
|
host gitea gitea 192.168.1.14/32 md5
|
||||||
host authentik authentik 192.168.1.125/32 md5
|
host authentik authentik 192.168.1.125/32 md5
|
||||||
host grafana grafana 192.168.1.27/32 md5
|
host grafana grafana 192.168.1.27/32 md5
|
||||||
host netbox netbox 192.168.1.90/32 md5
|
host netbox netbox 192.168.1.21/32 md5
|
||||||
host onlyoffice onlyoffice 192.168.1.20/32 md5
|
host onlyoffice onlyoffice 192.168.1.20/32 md5
|
||||||
host vaultwarden vaultwarden 192.168.1.22/32 md5
|
host vaultwarden vaultwarden 192.168.1.22/32 md5
|
||||||
";
|
";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue