[#8] Anonymize User IPs
All checks were successful
continuous-integration/drone/tag Build is passing

This commit is contained in:
Sirius 2023-07-15 23:18:11 +02:00
parent 8c1bfeb0d8
commit 3cd0b50b3c

4
dist/nginx.conf vendored
View file

@ -116,8 +116,8 @@ server {
location ^~ /api/v1/streaming {
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-Real-IP 127.0.0.1;
proxy_set_header X-Forwarded-For 127.0.0.1;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header Proxy "";