mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2024-11-23 20:11:12 +00:00
Update nginx.conf
This commit is contained in:
parent
f8e4fe7a30
commit
f63971b954
|
@ -7,8 +7,8 @@ server {
|
|||
#error_page 404 /error/404.html;
|
||||
|
||||
client_max_body_size 10M; # change this
|
||||
set_real_ip_from 172.16.0.0/12;
|
||||
set_real_ip_from 192.168.0.0/16;
|
||||
#set_real_ip_from 172.16.0.0/12;
|
||||
#set_real_ip_from 192.168.0.0/16;
|
||||
real_ip_header X-Forwarded-For;
|
||||
proxy_hide_header X-Powered-By;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user