+7
-2
@@ -26,9 +26,14 @@ data:
|
||||
font/woff2 woff2;
|
||||
}
|
||||
|
||||
location /VUEJS/myapp/dist/assets/ {
|
||||
alias /var/www/html/VUEJS/myapp/dist/assets/;
|
||||
}
|
||||
|
||||
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 / {
|
||||
|
||||
Reference in New Issue
Block a user