0xDkd / auxpi

🍭 集合多家 API 的新一代图床
GNU General Public License v3.0
2.72k stars 368 forks source link

请问下老大,怎么样才能把首页改成别的图床呢?还有几个问题请教 #96

Open vbskycn opened 5 years ago

vbskycn commented 5 years ago

Question(提问)

1.老大,怎么样才能把首页改成别的图床呢?(win iis服务器环境) 2.win版,后台分发上传是打开路径是错误的,图片打不开

vbskycn commented 5 years ago

同在默认是本地图床,比如我想改成打开域名默认就是ali图床应该在哪里设置呢? 目前在ngix上面成功在反向代理里面修改rewrite规则做到了,但是win iis服务器不知道怎么样才行,能否指点下!

dlbmoe commented 5 years ago

同在默认是本地图床,比如我想改成打开域名默认就是ali图床应该在哪里设置呢? 目前在ngix上面成功在反向代理里面修改rewrite规则做到了,但是win iis服务器不知道怎么样才行,能否指点下!

大佬我也想将默认图床改成阿里图床,rewrite规则怎么写呢?求教

vbskycn commented 5 years ago

iis我也没有搞定

发自我的iPhone

------------------ 原始邮件 ------------------ 发件人: a601979274 <notifications@github.com> 发送时间: 2019年11月2日 17:02 收件人: aimerforreimu/auxpi <auxpi@noreply.github.com> 抄送: vbskycn <88164962@qq.com>, Author <author@noreply.github.com> 主题: 回复:[aimerforreimu/auxpi] 请问下老大,怎么样才能把首页改成别的图床呢?还有几个问题请教 (#96)

同在默认是本地图床,比如我想改成打开域名默认就是ali图床应该在哪里设置呢? 目前在ngix上面成功在反向代理里面修改rewrite规则做到了,但是win iis服务器不知道怎么样才行,能否指点下!

大佬我也想将默认图床改成阿里图床,rewrite规则怎么写呢?求教

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

chengdeccw commented 4 years ago

巧了。我也想将默认图床改为阿里的,请问怎么操作。感谢大佬!

vbskycn commented 4 years ago

用nginx的反代设置就可以了

------------------ 原始邮件 ------------------ 发件人: "cheng"<notifications@github.com>; 发送时间: 2019年12月12日(星期四) 中午1:00 收件人: "aimerforreimu/auxpi"<auxpi@noreply.github.com>; 抄送: "开心每一天"<88164962@qq.com>; "Author"<author@noreply.github.com>; 主题: Re: [aimerforreimu/auxpi] 请问下老大,怎么样才能把首页改成别的图床呢?还有几个问题请教 (#96)

巧了。我也想将默认图床改为阿里的,请问怎么操作。感谢大佬!

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

chengdeccw commented 4 years ago

用nginx的反代设置就可以了 ------------------ 原始邮件 ------------------ 发件人: "cheng"<notifications@github.com>; 发送时间: 2019年12月12日(星期四) 中午1:00 收件人: "aimerforreimu/auxpi"<auxpi@noreply.github.com>; 抄送: "开心每一天"<88164962@qq.com>; "Author"<author@noreply.github.com>; 主题: Re: [aimerforreimu/auxpi] 请问下老大,怎么样才能把首页改成别的图床呢?还有几个问题请教 (#96) 巧了。我也想将默认图床改为阿里的,请问怎么操作。感谢大佬! — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

nginx反代怎么设置?我在proxy_pass后面加。默认是换了,但是选其他图床就报错了。正确应该怎么修改反代?

vbskycn commented 4 years ago

https://ae01.alicdn.com/kf/H70b0ca01a2584a619765427170ca09925.png

看上面的图片,反代里面编辑配置

------------------ 原始邮件 ------------------ 发件人: "cheng"<notifications@github.com>; 发送时间: 2019年12月12日(星期四) 下午2:21 收件人: "aimerforreimu/auxpi"<auxpi@noreply.github.com>; 抄送: "开心每一天"<88164962@qq.com>;"Author"<author@noreply.github.com>; 主题: Re: [aimerforreimu/auxpi] 请问下老大,怎么样才能把首页改成别的图床呢?还有几个问题请教 (#96)

用nginx的反代设置就可以了 … ------------------ 原始邮件 ------------------ 发件人: "cheng"<notifications@github.com>; 发送时间: 2019年12月12日(星期四) 中午1:00 收件人: "aimerforreimu/auxpi"<auxpi@noreply.github.com>; 抄送: "开心每一天"<88164962@qq.com>; "Author"<author@noreply.github.com>; 主题: Re: [aimerforreimu/auxpi] 请问下老大,怎么样才能把首页改成别的图床呢?还有几个问题请教 (#96) 巧了。我也想将默认图床改为阿里的,请问怎么操作。感谢大佬! — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

nginx反代怎么设置?我在proxy_pass后面加。默认是换了,但是选其他图床就报错了。正确应该怎么修改反代?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

langren1353 commented 4 years ago

个人使用如下:

#REWRITE-START
        rewrite ^^/$(.*) https://xxx.xxx.xxx/Smms$1 permanent;
#REWRITE-END
vbskycn commented 4 years ago

谢谢,已搞定

------------------ 原始邮件 ------------------ 发件人: "langren1353"<notifications@github.com>; 发送时间: 2020年1月10日(星期五) 晚上9:02 收件人: "aimerforreimu/auxpi"<auxpi@noreply.github.com>; 抄送: "开心每一天"<88164962@qq.com>;"Author"<author@noreply.github.com>; 主题: Re: [aimerforreimu/auxpi] 请问下老大,怎么样才能把首页改成别的图床呢?还有几个问题请教 (#96)

个人使用如下:

REWRITE-START rewrite ^^/$(.*) http://img.js-toyo.net/Smms$1 permanent; #REWRITE-END

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.