diff --git a/PROXY.md b/PROXY.md index c151fc9..188228a 100644 --- a/PROXY.md +++ b/PROXY.md @@ -39,6 +39,10 @@ server { location / { proxy_pass http://:80; + 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-Forwarded-Proto $scheme; } location /notifications/hub {