headscale/blog: fix url, force ssl, proxy websockets

This commit is contained in:
Vinzenz Schroeter 2026-01-04 20:51:42 +01:00 committed by müde
parent 040bb41705
commit a66dfe0b95
2 changed files with 6 additions and 5 deletions

View file

@ -13,8 +13,8 @@ in
services = {
nginx.virtualHosts = {
"zerforschen.plus" = {
addSSL = true;
enableACME = true;
forceSSL = true;
locations = {
"/_metrics".proxyPass = "http://unix:" + anubis-metrics-socket + ":/metrics";
"/".proxyPass = "http://unix:" + anubis-domain-socket;