Skip to content

Commit

Permalink
this might work
Browse files Browse the repository at this point in the history
  • Loading branch information
Robonau authored and Robonau committed Jul 4, 2024
1 parent 8264d5b commit 4a334f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ server {
# proxy_set_header X-Real-IP $remote_addr;
# proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
root /usr/share/nginx/html;
try_files $uri /index.html =404;
try_files $uri $uri.html /index.html =404;
}
location /api {
client_max_body_size 10M;
Expand Down

0 comments on commit 4a334f2

Please sign in to comment.