1
0
mirror of https://github.com/1C-Company/docker_fresh.git synced 2025-01-22 03:08:59 +02:00
docker_fresh/conf/nginx/1c_common.conf
2020-04-08 21:56:50 +03:00

7 lines
296 B
Plaintext

proxy_connect_timeout 5s;
proxy_read_timeout 75;
proxy_next_upstream error;
proxy_set_header Host $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 https;