This commit is contained in:
martin 2025-01-20 16:27:13 +01:00
parent 86ee0f48d4
commit 99daf507d6

View File

@ -7,7 +7,7 @@ server {
} }
listen 4444; listen 4444;
location / { location / {
proxy_pass http://meemaw:8004; proxy_pass http://192.168.178.21:8004;
proxy_intercept_errors on; proxy_intercept_errors on;
proxy_set_header HOST 217.91.194.204; proxy_set_header HOST 217.91.194.204;
proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Real-IP $remote_addr;