From ca5206c94606ea4f15d5e4752ee08939d39271b7 Mon Sep 17 00:00:00 2001 From: slawk0 Date: Thu, 21 Nov 2024 21:15:13 +0100 Subject: [PATCH] update nginx.conf --- client/nginx.conf | 6 ++++++ 1 file changed, 6 insertions(+) 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 / {