Remove obsolete IP from nginx config

This commit is contained in:
Basti 2022-02-18 12:23:37 -06:00
parent 910817a7d4
commit 5b2ae82ce6
Signed by untrusted user: basti
GPG Key ID: 9F88009D31D99C72
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@ server {
# Send real IP to the Docker container
set_real_ip_from 127.0.0.1;
set_real_ip_from 172.17.0.1;
real_ip_header X-Forwarded-For;
client_max_body_size 20M;