Fix image path
This commit is contained in:
parent
0bb9bdd7a0
commit
bcabac9b21
|
@ -132,7 +132,7 @@ nginx_vhosts:
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ ^/images/(.*) {
|
location ~ ^/images/(.*) {
|
||||||
return 301 /sites/default/files/$1;
|
return 301 /sites/default/files/images/$1;
|
||||||
}
|
}
|
||||||
|
|
||||||
certbot_create_if_missing: true
|
certbot_create_if_missing: true
|
||||||
|
|
Loading…
Reference in a new issue