diff --git a/client/nginx.conf b/client/nginx.conf index a1bbf29..eaef640 100644 --- a/client/nginx.conf +++ b/client/nginx.conf @@ -30,6 +30,10 @@ http { alias /app/assets/styling; } + location /js { + alias /app/lib; + } + location /api { proxy_pass https://raymon.dev/api; proxy_buffering on;