[#8] Anonymize User IPs
All checks were successful
continuous-integration/drone/tag Build is passing
All checks were successful
continuous-integration/drone/tag Build is passing
This commit is contained in:
parent
8c1bfeb0d8
commit
3cd0b50b3c
1 changed files with 2 additions and 2 deletions
4
dist/nginx.conf
vendored
4
dist/nginx.conf
vendored
|
@ -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 "";
|
||||
|
||||
|
|
Loading…
Reference in a new issue