Compare commits

..

1 Commits

Author SHA1 Message Date
Rafi
6402f156dd Add the try_files directive to the nginx configuration 2023-03-04 14:45:29 +08:00

View File

@@ -6,6 +6,8 @@ server {
location / {
root /app;
index index.html;
try_files $uri $uri/ /index.html;
}
location /api/