8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
阿里云服务器80和443无法使用,导致配置好cloudflare之后出现404,所以使用Origin Rules转发到指定端口
80
443
cloudflare
404
Origin Rules
Rules
hostname
equals
xx.com
Destination Port
# 设置 Origin Rules 之前 https://xx.com -> cloudflare -> 原服务器ip:80或443 # 设置 Origin Rules 之后 https://xx.com -> cloudflare -> 原服务器ip:自定义重写端口
设置示例
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
设置原因
阿里云服务器
80
和443
无法使用,导致配置好cloudflare
之后出现404
,所以使用Origin Rules
转发到指定端口设置过程
Rules
>Origin Rules
增加规则hostname
equals
xx.com
Destination Port
自定义重写The text was updated successfully, but these errors were encountered: