diff --git a/production/config/nginx.conf b/production/config/nginx.conf index 2201a5e..e1e64e7 100644 --- a/production/config/nginx.conf +++ b/production/config/nginx.conf @@ -81,7 +81,7 @@ http { location ~ ~$ { access_log off; log_not_found off; deny all; } location /wp-content { - root /usr/share/nginx/html/wp-content; + root /usr/share/nginx/html; expires 7d; add_header Cache-Control "public"; }