Mise à jour de 'zone_route/nginx_public.md'
parent
acaca5db7c
commit
6cbd3f98c7
|
@ -53,6 +53,10 @@ server {
|
|||
server_name address.fr;
|
||||
location / {
|
||||
proxy_pass http://ip_reseau_public/;
|
||||
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;
|
||||
}
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue