+3
-2
@@ -27,8 +27,9 @@ data:
|
||||
}
|
||||
|
||||
location /VUEJS/myapp/dist/ {
|
||||
root /var/www/html;
|
||||
try_files $uri $uri/ /VUEJS/myapp/dist/index.html;
|
||||
alias /var/www/html/VUEJS/myapp/dist/;
|
||||
index index.html;
|
||||
try_files $uri $uri/ /index.html;
|
||||
}
|
||||
|
||||
location /VUEJS/myapp/dist/assets/ {
|
||||
|
||||
Reference in New Issue
Block a user