diff --git a/nginx/nginx-ssl.conf b/nginx/nginx-ssl.conf index 9fbe2ab..c64a8a2 100644 --- a/nginx/nginx-ssl.conf +++ b/nginx/nginx-ssl.conf @@ -21,6 +21,7 @@ server { location / { root /usr/share/nginx/html; index index.html; + try_files $uri $uri/ /index.html; } location /auth { @@ -47,5 +48,6 @@ server { location / { root /usr/share/nginx/valitovgaziz/html; index index.html; + try_files $uri $uri/ /index.html; } }