mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-08-21 13:53:53 -07:00
removing duplicate proxy read timeout
Signed-off-by: Stephon Parker <sgparker62@gmail.com>
This commit is contained in:
parent
c2c136f148
commit
e989c71397
1 changed files with 0 additions and 1 deletions
|
@ -16,7 +16,6 @@ server {
|
|||
include /config/nginx/resolver.conf;
|
||||
include /config/nginx/proxy.conf;
|
||||
proxy_pass http://seafile:8000;
|
||||
proxy_read_timeout 310s;
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header Forwarded "for=$remote_addr;proto=$scheme";
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue