Skip to content

Commit

Permalink
Merge pull request #95 from hq002/docker
Browse files Browse the repository at this point in the history
fix: 404
  • Loading branch information
Linkontoask committed May 26, 2024
2 parents f13e35e + 0188474 commit 6ab8dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ server {
listen 80;
location / {
root /usr/share/nginx/html;
try_files $uri $uri/ =404;
try_files $uri $uri/ /index.html;
}

location /api/ {
Expand Down

0 comments on commit 6ab8dfe

Please sign in to comment.