Fix image path
This commit is contained in:
parent
0bb9bdd7a0
commit
bcabac9b21
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue