We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75e449f commit b92ba4cCopy full SHA for b92ba4c
vite-project/nginx.conf
@@ -18,6 +18,7 @@ http {
18
location / {
19
root /usr/share/nginx/html;
20
index index.html index.htm;
21
+ try_files $uri $uri/ /index.html;
22
}
23
error_page 500 502 503 504 /50x.html;
24
location = /50x.html {
0 commit comments