diff --git a/conf/nginx.conf b/conf/nginx.conf index fdc7cad..acb30f5 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -59,4 +59,5 @@ location __PATH__/ { # Path to source alias __INSTALL_DIR__/dist/; + try_files $uri $uri/ /index.html; }