alibaba cloud oss storage extension based on alibaba cloud oss , used to store all images and videos of a website, improve website access speed, and ensure the security of website images. It supports image watermarking and text watermarking.
中文视频
If we use some special extensions or themes, such as journal, we need to specify rewrite rules.
nginx rewrite rules:
location / {
rewrite ^/image/catalog/(.*)$ https://opencart410.oss-cn-shanghai.aliyuncs.com/catalog/$1 redirect;
rewrite ^/image/cache/(.*)$ https://opencart410.oss-cn-shanghai.aliyuncs.com/cache/$1 redirect;
}
Replace opencart410.oss-cn-shanghai.aliyuncs.com with your own oss address. English Website 中文网站
Login and write down your comment.
Login my OpenCart Account