This commit is contained in:
martin 2026-02-02 20:08:43 +01:00
parent 3670a6227d
commit 491f607afb

View File

@ -10,7 +10,7 @@ server {
location / {
proxy_pass http://192.168.178.107:3000;
proxy_pass http://192.168.178.107:3000/team/;
proxy_intercept_errors on;
proxy_set_header HOST collector.wehazele.com;
proxy_set_header X-Real-IP $remote_addr;