Skip to content

Commit

Permalink
fix nginx.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
j8seangel committed Jun 5, 2024
1 parent 04862a3 commit c34659a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions apps/image-labeler/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ services:
env_file:
- .env
environment:
- PORT=80
- API_GATEWAY=https://gateway.api.dev.globalfishingwatch.org
2 changes: 1 addition & 1 deletion apps/image-labeler/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ http {
location / {
# auth_basic ${BASIC_AUTH};
# auth_basic_user_file /etc/nginx/.htpasswd;
try_files $uri $uri/ /index.html;
try_files /index.html =404;
}
}
}

0 comments on commit c34659a

Please sign in to comment.