Skip to content

Commit

Permalink
Update nginx.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
Insert5StarName authored Oct 4, 2023
1 parent 5cd5e3e commit f9781a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@ server {
root /usr/share/nginx/html;
index index.html;
}
location / {
try_files $uri /index.html;
}
}

0 comments on commit f9781a4

Please sign in to comment.