Move view to view.html for easier routing in nginx
This commit is contained in:
@ -10,7 +10,7 @@ server {
|
||||
location / {
|
||||
# First attempt to serve request as file
|
||||
# If no such file, show index to allow for client side routing
|
||||
try_files $uri $uri/ @api;
|
||||
try_files $uri $uri/ $uri.html @api;
|
||||
}
|
||||
|
||||
location @api {
|
||||
|
||||
Reference in New Issue
Block a user