docs: nginx timeouts

suggested by Michael Dilger;
ref: https://snort.social/e/note15jtrt8zsrvckyv6hggmanwk43p50gvmxe30s62x9tt6x9hyruzaq6fca44
This commit is contained in:
Greg Heartsfield 2023-02-05 17:17:13 -06:00
parent ac14a0759f
commit 2805a96e5b

View File

@ -92,6 +92,8 @@ http {
location / {
proxy_pass http://localhost:8080;
proxy_http_version 1.1;
proxy_read_timeout 1d;
proxy_send_timeout 1d;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade";
proxy_set_header Host $host;