init
This commit is contained in:
commit
c33afaf8f0
21 changed files with 1690 additions and 0 deletions
9
docker/dify/nginx/proxy.conf
Normal file
9
docker/dify/nginx/proxy.conf
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
proxy_set_header X-Forwarded-Proto $scheme;
|
||||
proxy_set_header X-Forwarded-Port $server_port;
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Connection "";
|
||||
proxy_buffering off;
|
||||
proxy_read_timeout 3600s;
|
||||
proxy_send_timeout 3600s;
|
||||
Loading…
Add table
Add a link
Reference in a new issue