update location /wp-content block to correct root value

This commit is contained in:
Ray Elliott 2020-03-09 18:25:32 +00:00
parent 40ccf105e1
commit ad9173c66b
1 changed files with 1 additions and 1 deletions

View File

@ -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";
}