14 Star 91 Fork 30

ClownFish/image2webp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
nginx.conf 222 Bytes
一键复制 编辑 原始数据 按行查看 历史
ClownFish 提交于 2020-04-08 17:45 +08:00 . init upload
server {
listen 80;
server_name image.example.com;
root /data/www/wwwroot/image.example.com;
index index.html index.htm;
location ~ ^(.+)_webp(_(\d+)_(\d+)(.*))?$ {
proxy_pass http://127.0.0.1:8563;
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/osgochina/image2webp.git
git@gitee.com:osgochina/image2webp.git
osgochina
image2webp
image2webp
master

搜索帮助