diff --git a/client/nginx.conf b/client/nginx.conf index abe846e..afbf74b 100644 --- a/client/nginx.conf +++ b/client/nginx.conf @@ -26,6 +26,11 @@ http { alias /app/assets/styling; } + location /api { + proxy_pass https://raymon.dev/api; + proxy_buffering on; + } + error_page 404 /404.html; location = /404.html { root /app/error;