coolify fix

This commit is contained in:
2026-06-08 20:01:47 +07:00
parent f7da9c6f78
commit 691e1a80c5
3 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ server {
}
# Serve static Vite assets directly (cache them for performance)
location ~* \.(jpg|jpeg|gif|png|css|js|ico|webp|svg|woff|woff2|ttf|eot)$ {
location ~* \.(jpg|jpeg|gif|png|css|js|ico|webp|svg|woff|woff2|ttf|eot|mp3|wav|ogg|pdf)$ {
expires max;
access_log off;
}