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 e8cdd54 commit d97d4abCopy full SHA for d97d4ab
.github/workflows/nginx-build.yml
@@ -23,5 +23,5 @@ jobs:
23
24
- name: Nginx Build and Push
25
run: |
26
- docker build -t ${{ secrets.DOCKER_USERNAME }}/twtw-nginx:latest
+ docker build -t ${{ secrets.DOCKER_USERNAME }}/twtw-nginx:latest .
27
docker push ${{ secrets.DOCKER_USERNAME }}/twtw-nginx:latest
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 60s;
+ proxy_read_timeout 120s;
17
}
18
19
location /api/ {
0 commit comments