Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6402f156dd |
@@ -6,6 +6,8 @@ server {
|
|||||||
location / {
|
location / {
|
||||||
root /app;
|
root /app;
|
||||||
index index.html;
|
index index.html;
|
||||||
|
|
||||||
|
try_files $uri $uri/ /index.html;
|
||||||
}
|
}
|
||||||
|
|
||||||
location /api/
|
location /api/
|
||||||
|
|||||||
Reference in New Issue
Block a user