fix nginx.conf

This commit is contained in:
jxxghp 2023-07-11 12:28:49 +08:00
parent 5f757e9d60
commit 4021bdcba6

View File

@ -38,6 +38,7 @@ http {
# 静态资源
expires 7d;
add_header Cache-Control "public";
root /app/public;
}
location /api/v1/site/icon/ {