Это моя настройка nginx для приложения Vue, но она не работает, и я получаю сообщение об ошибке «не найдено»:
Код: Выделить всё
server {
listen 80;
server_name domain.com/;
root /home/site/dist;
index index.html;
location /app/ {
try_files $uri $uri/ /index.html;
}
}
Подробнее здесь: https://stackoverflow.com/questions/785 ... -directory
Мобильная версия