Skip to content

Commit

Permalink
[FIX] nginx build directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ohksj77 committed Mar 16, 2024
1 parent e8cdd54 commit d97d4ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nginx-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:

- name: Nginx Build and Push
run: |
docker build -t ${{ secrets.DOCKER_USERNAME }}/twtw-nginx:latest
docker build -t ${{ secrets.DOCKER_USERNAME }}/twtw-nginx:latest .
docker push ${{ secrets.DOCKER_USERNAME }}/twtw-nginx:latest
2 changes: 1 addition & 1 deletion nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ server {
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
proxy_read_timeout 60s;
proxy_read_timeout 120s;
}

location /api/ {
Expand Down

0 comments on commit d97d4ab

Please sign in to comment.