使用非标准端口的一些问题 #4866
slaners
started this conversation in
Show and tell
使用非标准端口的一些问题
#4866
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
运营商一般会封锁80和443端口,所以只能使用带端口的,记录一下我遇到的问题,帮助新手解决问题
1.如何输入域名自动跳转到https域名
nginx配置
2.使用自定义端口时,视频无法播放
在https://alist.nn.ci/zh/config/configuration.html#site-url 内有说明,site_url要输入你的域名,如果使用自定义端口,需要在域名后面加端口号,就可以正常播放视频了
例如"site_url": "https://你的域名:5244",
Beta Was this translation helpful? Give feedback.
All reactions