diff --git a/nginx.conf b/nginx.conf index d1e0b22d..320ebc45 100644 --- a/nginx.conf +++ b/nginx.conf @@ -38,6 +38,7 @@ http { # 静态资源 expires 7d; add_header Cache-Control "public"; + root /app/public; } location /api/v1/site/icon/ {