diff --git a/bin/homepage b/bin/homepage --- a/bin/homepage +++ b/bin/homepage @@ -21,6 +21,7 @@ http { server { access_log off; + autoindex on; include "/tmp/light9_nginx_routes.conf"; @@ -28,6 +29,10 @@ http { root $ROOT/light9/web; } + location /node_modules { + root $ROOT/; + } + } } EOF