mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-12-27 06:54:00 +00:00
Allow RTL longer time to respond via HTTPS
This commit is contained in:
parent
9aa69eb471
commit
c8c781d13c
|
@ -11,6 +11,8 @@ server {
|
|||
location / {
|
||||
proxy_pass http://127.0.0.1:3010;
|
||||
|
||||
proxy_read_timeout 300;
|
||||
|
||||
include /etc/nginx/mynode/mynode_ssl_proxy_params.conf;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user