feat: proxy it all blyat

This commit is contained in:
s-prechtl 2025-11-09 16:36:25 +01:00
parent 886a34f7a5
commit f865ece33b

View file

@ -19,6 +19,12 @@
locations."/" = {
proxyPass = "http://127.0.0.1:8080";
proxyWebsockets = true;
extraConfig = ''
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
'';
};
};
};