Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
location
/api/
index.html
location = /api/
proxy_pass
location / { rewrite ^ /index.html break; } location = /api/ { proxy_pass http://localhost:4200; }
href="file.css"
href="/file.css"
location ~ \.(?:css|js|jpe?g|gif|png)$ { }
rewrite ^ /index.html break;
try_files $uri $uri/ /index.html;
location /api { proxy_pass } location / { что там вам нужно }