Mise à jour de 'zone_route/nginx_public.md'

This commit is contained in:
Pierre Coimbra
2020-02-05 15:46:24 +01:00
committed by Pierre Coimbra
parent ca45bd7364
commit 73947f58dd

View File

@@ -53,7 +53,7 @@ server {
server_name address.fr;
location / {
proxy_pass http://ip_reseau_public/;
proxy_set_header Host $http_host;
proxy_set_header Host $http_host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;