update location /wp-content block to correct root value
This commit is contained in:
parent
40ccf105e1
commit
ad9173c66b
|
@ -81,7 +81,7 @@ http {
|
||||||
location ~ ~$ { access_log off; log_not_found off; deny all; }
|
location ~ ~$ { access_log off; log_not_found off; deny all; }
|
||||||
|
|
||||||
location /wp-content {
|
location /wp-content {
|
||||||
root /usr/share/nginx/html/wp-content;
|
root /usr/share/nginx/html;
|
||||||
expires 7d;
|
expires 7d;
|
||||||
add_header Cache-Control "public";
|
add_header Cache-Control "public";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue