Skip to content

Commit d97d4ab

Browse files
committed
[FIX] nginx build directory
1 parent e8cdd54 commit d97d4ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nginx-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ jobs:
2323

2424
- name: Nginx Build and Push
2525
run: |
26-
docker build -t ${{ secrets.DOCKER_USERNAME }}/twtw-nginx:latest
26+
docker build -t ${{ secrets.DOCKER_USERNAME }}/twtw-nginx:latest .
2727
docker push ${{ secrets.DOCKER_USERNAME }}/twtw-nginx:latest

nginx/nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ server {
1313
proxy_http_version 1.1;
1414
proxy_set_header Upgrade $http_upgrade;
1515
proxy_set_header Connection "upgrade";
16-
proxy_read_timeout 60s;
16+
proxy_read_timeout 120s;
1717
}
1818

1919
location /api/ {

0 commit comments

Comments
 (0)