mirror of
https://github.com/scsibug/nostr-rs-relay.git
synced 2025-04-24 13:09:56 -04:00
docs: nginx timeouts
suggested by Michael Dilger; ref: https://snort.social/e/note15jtrt8zsrvckyv6hggmanwk43p50gvmxe30s62x9tt6x9hyruzaq6fca44
This commit is contained in:
parent
ac14a0759f
commit
2805a96e5b
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user