From 7506909670c0a791c4e3893d8832f283ab1c8c4e Mon Sep 17 00:00:00 2001 From: Raymonzut <40148684+Raymonzut@users.noreply.github.com> Date: Tue, 16 Jun 2020 18:45:46 +0200 Subject: [PATCH] Add /js location nginx --- client/nginx.conf | 4 ++++ 1 file changed, 4 insertions(+) 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;