diff --git a/nginx/nginx.conf b/nginx/nginx.conf index b60ace48789638f20058e83ede9db62940e81476..3d057b0245c8b83044ccf2e46fb82ea5ad690da4 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -75,6 +75,9 @@ http { #client_max_body_sze 1G; root /var/www/html/; + location / { + try_files $uri /index.html; + } location /api { proxy_pass_header Server;