update nginx.conf
This commit is contained in:
@@ -9,6 +9,12 @@ server {
|
|||||||
include proxy_params;
|
include proxy_params;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
location /attachments {
|
||||||
|
proxy_pass ${VITE_API_URL};
|
||||||
|
include proxy_params;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
root /app/client
|
root /app/client
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
|
|||||||
Reference in New Issue
Block a user