diff --git a/docker/root/defaults/default b/docker/root/defaults/default index ce58534f..5e808979 100644 --- a/docker/root/defaults/default +++ b/docker/root/defaults/default @@ -13,7 +13,7 @@ server { location / { alias /config/www/; - try_files $uri $uri/ /index.html; + try_files $uri $uri/; } location /themepark {return 302 $scheme://$http_host/themepark/;} location /themepark/ { @@ -22,7 +22,7 @@ server { sub_filter 'url("/css/' 'url("/themepark/css/'; sub_filter 'url(/resources/' 'url(/themepark/resources/'; sub_filter_once off; - try_files $uri $uri/ /index.html; + try_files $uri $uri/; } # Don't cache