1
0
Fork 0
mirror of https://code.forgejo.org/infrastructure/documentation synced 2024-11-15 09:31:52 +00:00

Merge pull request 'nginx stream reverse proxy: use default timeout' (#24) from earl-warren/documentation:wip-nginx into main

Reviewed-on: https://code.forgejo.org/infrastructure/documentation/pulls/24
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
This commit is contained in:
earl-warren 2024-10-13 12:37:11 +00:00
commit 184f9045d1

View file

@ -506,8 +506,6 @@ lxc-helpers.sh lxc_install_lxc_inside 10.41.13 fc29
listen 2080; # the port to listen on this server listen 2080; # the port to listen on this server
listen [::]:2080; listen [::]:2080;
proxy_pass v8; # forward traffic to this upstream group proxy_pass v8; # forward traffic to this upstream group
proxy_timeout 3s;
proxy_connect_timeout 3s;
} }
} }
``` ```