Skip to content

Commit 5307a66

Browse files
Remove redundant proxy_read_timeout directives from hbbs subdomain configuration
1 parent e1aaa53 commit 5307a66

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

hbbs.subdomain.conf.sample

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ server {
4141
set $upstream_port 21118;
4242
set $upstream_proto http;
4343
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
44-
45-
proxy_read_timeout 120s;
4644
}
4745

4846
location /ws/relay {
@@ -60,7 +58,5 @@ server {
6058
set $upstream_port 21119;
6159
set $upstream_proto http;
6260
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
63-
64-
proxy_read_timeout 120s;
6561
}
6662
}

0 commit comments

Comments
 (0)