Added some security considerations

This commit is contained in:
emeric
2021-05-27 14:02:55 +02:00
parent 8e9f02edad
commit 66de92fbb1
2 changed files with 10 additions and 2 deletions
+2 -2
View File
@@ -173,9 +173,9 @@ server {
location / {
proxy_set_header Client-IP $remote_addr;
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-For $remote_addr;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_pass http://localhost:5082/;