mirror of
https://github.com/XTLS/Xray-examples.git
synced 2024-11-08 18:13:13 +00:00
Update nginx.conf
This commit is contained in:
parent
5ee22a1aa4
commit
a736984061
|
@ -23,6 +23,6 @@ server {
|
|||
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_read_timeout 52w;
|
||||
proxy_read_timeout 5d;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue