This commit is contained in:
martin 2026-02-02 20:10:10 +01:00
parent 835287ffdd
commit 0a8bdc395d

View File

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