Fix image path

This commit is contained in:
Oliver Davies 2020-05-18 23:00:16 +01:00
parent 0bb9bdd7a0
commit bcabac9b21

View file

@ -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