Skip to content

Commit

Permalink
fix: admin page 403
Browse files Browse the repository at this point in the history
  • Loading branch information
marekvospel committed Dec 11, 2023
1 parent eb86ef6 commit 17b93f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ services:
- challenge_network
expose:
- 3000
ports:
- 3000:3000
volumes:
- ./docker/flags:/var/flags:ro
environment:
Expand Down
2 changes: 1 addition & 1 deletion frontend/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ server {
location / {
root /usr/share/nginx/html;
index index.html index.htm;
try_files $uri $uri/ $uri.html /index.html;
try_files $uri $uri/ /$uri.html /index.html;
}

location /api/ {
Expand Down

0 comments on commit 17b93f9

Please sign in to comment.