Compare commits
No commits in common. "ecd78dc5896dad0cad4c00a552c0055b7c935106" and "8d572c0f218b43c2b22267515f3c35d203e816b0" have entirely different histories.
ecd78dc589
...
8d572c0f21
2 changed files with 2 additions and 6 deletions
|
|
@ -14,13 +14,10 @@
|
|||
hosts {
|
||||
${hosts.sid.ip} ${ca-fqdn}
|
||||
|
||||
# Intranet services
|
||||
${hosts.rx4.ip} rx4.tail
|
||||
${hosts.sid.ip} ${services.netdata.fqdn}
|
||||
${hosts.sid.ip} ${services.vaultwarden.fqdn}
|
||||
${hosts.sid.ip} ${services.webdav.fqdn}
|
||||
|
||||
# Tailnet hosts
|
||||
${hosts.rx4.ip} rx4.tail
|
||||
${hosts.sid.ip} sid.tail
|
||||
${hosts.vde.ip} vde.tail
|
||||
fallthrough
|
||||
|
|
|
|||
|
|
@ -51,8 +51,7 @@ in
|
|||
useACMEHost = "sid-internal";
|
||||
forceSSL = ssl;
|
||||
locations."/" = {
|
||||
# proxyPass = "http://${constants.hosts.sid.ip}:${toString constants.services.netdata.port}";
|
||||
proxyPass = "http://127.0.0.1:${toString constants.services.netdata.port}";
|
||||
proxyPass = "http://${constants.hosts.rx4.ip}:${toString constants.services.netdata.port}";
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue