This commit is contained in:
Vinzenz Schroeter 2026-01-05 22:58:23 +01:00
parent 3099056e2a
commit 9bc49f89c7
2 changed files with 0 additions and 2 deletions

View file

@ -14,7 +14,6 @@ in
nginx.virtualHosts = {
"zerforschen.plus" = {
enableACME = true;
useACMEHost = "zerforschen.plus";
forceSSL = true;
locations = {
"/_metrics".proxyPass = "http://unix:" + anubis-metrics-socket + ":/metrics";

View file

@ -31,7 +31,6 @@ in
nginx.virtualHosts."uplink.darkest.space" = {
enableACME = true;
forceSSL = true;
useACMEHost = "uplink.darkest.space";
locations."/" = {
proxyPass = "http://localhost:${builtins.toString headscale-port}";
proxyWebsockets = true;