diff --git a/config/nginx.conf.erb b/config/nginx.conf.erb index c7869b9c..b1ef6cc1 100644 --- a/config/nginx.conf.erb +++ b/config/nginx.conf.erb @@ -33,6 +33,7 @@ http { server_name _; keepalive_timeout 5; client_max_body_size <%= ENV['NGINX_CLIENT_MAX_BODY_SIZE'] || 1 %>M; + try_files $uri/index.html $uri $uri/ @notfound; root /app/packages/example/public; }