File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ user browser +-------------->+ siteproxy +-------> wikipedia
5757 - 使用文本编辑器打开 ` siteproxy/wrangler.jsonc ` 文件,修改如下字段并保存:
5858 ``` json
5959 "name" : " xxx" , // 替换为你的cloudflare page的名字
60- "proxy_url" : " https://your-proxy-domain.com" , // 替换为你的代理服务器域名, 必须替换为HTTPS
60+ "proxy_url" : " https://your-proxy-domain.com" , // 替换为你的代理服务器域名, 必须为https
6161 "token_prefix" : " /default/" // 替换为你想设置的访问密码。首尾斜杠必须保留,如果密码为空,表示不需要密码也可以访问。
6262 ```
63636 . **再次部署page**:
@@ -83,7 +83,7 @@ user browser +-------------->+ siteproxy +-------> wikipedia
8383 - 使用文本编辑器打开 `siteproxy/wrangler.worker.jsonc` 文件,修改如下字段并保存:
8484 ```json
8585 "name" : " xxx" , // 替换为你的cloudflare worker的名字
86- "proxy_url" : " https://your-proxy-domain.com" , // 替换为你的代理服务器域名, 必须替换为HTTPS
86+ "proxy_url" : " https://your-proxy-domain.com" , // 替换为你的代理服务器域名, 必须为https
8787 "token_prefix" : " /xxx/" // 替换为你想设置的访问密码。首尾斜杠必须保留,如果密码为空,表示不需要密码也可以访问。
8888 ```
89896 . **再次部署worker**:
You can’t perform that action at this time.
0 commit comments