This commit is contained in:
Primakov Alexandr Alexandrovich 2021-07-22 11:31:28 +03:00
parent e777b775b5
commit 91922786e2

View File

@ -75,8 +75,7 @@ server {
root /home/ijl/ijl/apps/petrus/dist; root /home/ijl/ijl/apps/petrus/dist;
location / { location / {
try_files $uri $uri/ =404; try_files $uri $uri/ /index.html;
index index.html;
} }
} }