update nginx.conf

This commit is contained in:
slawk0
2024-11-21 21:15:13 +01:00
parent 9483e5dadc
commit ca5206c946

View File

@@ -9,6 +9,12 @@ server {
include proxy_params;
}
location /attachments {
proxy_pass ${VITE_API_URL};
include proxy_params;
}
root /app/client
location / {