general: add provision.sh

This commit is contained in:
2021-06-20 20:37:06 +02:00
parent 3ee7f94194
commit 171ef655f8
4 changed files with 8 additions and 1 deletions

View File

@ -27,6 +27,9 @@ proxy_buffers 64 256k;
# If behind reverse proxy, forwards the correct IP
set_real_ip_from 10.0.0.0/8;
set_real_ip_from 172.16.0.0/12;
set_real_ip_from 172.17.0.0/16;
set_real_ip_from 172.18.0.0/16;
set_real_ip_from 172.19.0.0/16;
set_real_ip_from 192.168.0.0/16;
set_real_ip_from fc00::/7;
real_ip_header X-Forwarded-For;