Add the try_files directive to the nginx configuration
This commit is contained in:
@@ -6,6 +6,8 @@ server {
|
||||
location / {
|
||||
root /app;
|
||||
index index.html;
|
||||
|
||||
try_files $uri $uri/ /index.html;
|
||||
}
|
||||
|
||||
location /api/
|
||||
|
||||
Reference in New Issue
Block a user