From ad9173c66b7b299a719f35508acf9cf45ac031bf Mon Sep 17 00:00:00 2001 From: ray Date: Mon, 9 Mar 2020 18:25:32 +0000 Subject: [PATCH] update location /wp-content block to correct root value --- production/config/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; }