We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7abe685 commit b9ac291Copy full SHA for b9ac291
.github/workflows/nginx-build.yml
@@ -1,8 +1,10 @@
1
name: TWTW Nginx Build
2
on:
3
push:
4
+ branches:
5
+ - 'master'
6
paths:
- - ./nginx
7
+ - '**.conf'
8
defaults:
9
run:
10
shell: bash
nginx/nginx.conf
@@ -13,7 +13,7 @@ server {
13
proxy_http_version 1.1;
14
proxy_set_header Upgrade $http_upgrade;
15
proxy_set_header Connection "upgrade";
16
- proxy_read_timeout 180s;
+ proxy_read_timeout 120s;
17
}
18
19
location /api/ {
0 commit comments