Allow RTL longer time to respond via HTTPS

This commit is contained in:
Taylor Helsper 2023-06-04 23:37:57 -05:00
parent 9aa69eb471
commit c8c781d13c

View File

@ -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;
}