diff --git a/client/nginx.conf b/client/nginx.conf index 2e75692..1148253 100644 --- a/client/nginx.conf +++ b/client/nginx.conf @@ -9,6 +9,12 @@ server { include proxy_params; } + location /attachments { + proxy_pass ${VITE_API_URL}; + include proxy_params; + } + + root /app/client location / {