Skip to content
Snippets Groups Projects
Commit 0cdd43fa authored by ynerant's avatar ynerant Committed by ynerant
Browse files

[nginx] Fix subnets for real_ip_from


Signed-off-by: ynerant's avatarYohann D'ANELLO <ynerant@crans.org>
parent 06498604
No related branches found
No related tags found
1 merge request!270[reverseproxy] Add missing servers
......@@ -28,7 +28,7 @@ glob_nginx:
default_ssl_domain: crans.org
real_ip_from:
- "172.16.0.0/16"
- "fd00:0:0:10::/64"
- "fd00::/56"
deploy_robots_file: false
glob_prometheus_nginx_exporter:
......
......@@ -26,6 +26,17 @@ loc_certbot:
certname: crans.org
domains: "crans.org, *.crans.org, crans.fr, *.crans.fr, crans.eu, *.crans.eu"
loc_nginx:
servers: []
ssl:
- name: crans.org
cert: /etc/letsencrypt/live/crans.org/fullchain.pem
cert_key: /etc/letsencrypt/live/crans.org/privkey.pem
trusted_cert: /etc/letsencrypt/live/crans.org/chain.pem
real_ip_from:
- "172.17.0.0/16"
- "fd00:0:0:3000::/56"
loc_reverseproxy:
reverseproxy_sites:
- {from: ftps.crans.org, to: 172.17.10.30}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment