diff --git a/conf/nginx.conf b/conf/nginx.conf index 378e10f..6bba814 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -2,7 +2,7 @@ location __PATH__/ { # Path to source - alias __INSTALL_DIR__/dist/ ; + alias __INSTALL_DIR__/; index index.html; try_files $uri $uri/ /index.html;