This commit is contained in:
@@ -26,6 +26,11 @@ data:
|
||||
font/woff2 woff2;
|
||||
}
|
||||
|
||||
location /VUEJS/myapp/dist/ {
|
||||
alias /var/www/html/VUEJS/myapp/dist/;
|
||||
try_files $uri $uri/ /VUEJS/myapp/dist/index.html;
|
||||
}
|
||||
|
||||
location / {
|
||||
try_files $uri $uri/ /index.php?$query_string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user