1
0
Fork 0
mirror of https://github.com/demostf/proxy synced 2026-06-03 20:14:07 +02:00

set x-forwarded-for

This commit is contained in:
Robin Appelman 2021-02-24 14:39:58 +01:00
commit e4328f57cb

View file

@ -18,6 +18,7 @@ server {
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade";
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
client_max_body_size 150M;
}
}