fix typo and missing sentence

This commit is contained in:
SevicheCC 2023-09-10 22:11:28 +08:00
parent c625f93890
commit 75c75e6eb0
Signed by untrusted user who does not match committer: SevicheCC
GPG key ID: C577000000000000

View file

@ -1,6 +1,6 @@
--- ---
title: Akkoma / Pleroma 的媒体相关配置 title: Akkoma / Pleroma 的媒体相关配置
created: 2023-09-010 created: 2023-09-10
summary: 配置 Cloudflare R2、Media Proxy、Varnish Cache、Media Cache 的简明流程 summary: 配置 Cloudflare R2、Media Proxy、Varnish Cache、Media Cache 的简明流程
--- ---
@ -141,7 +141,7 @@ Media Proxy 的功能是给外站的媒体文件通过 Cloudflare 代理中转
再点`Create Worker`: 再点`Create Worker`:
![image.png](https://usc1.contabostorage.com/cc0b816231a841b1b0232d5ef0c6deb1:image/2023/09/89ec8e417b167ad4c16654b8aa90d968.png) ![image.png](https://usc1.contabostorage.com/cc0b816231a841b1b0232d5ef0c6deb1:image/2023/09/89ec8e417b167ad4c16654b8aa90d968.png)
填入喜欢的名字,然后点击右下角 `Deply`: 填入喜欢的名字,然后点击右下角 `Deploy`:
![image.png](https://usc1.contabostorage.com/cc0b816231a841b1b0232d5ef0c6deb1:image/2023/09/9d6e8881fdcc80420a1323e872331b39.png) ![image.png](https://usc1.contabostorage.com/cc0b816231a841b1b0232d5ef0c6deb1:image/2023/09/9d6e8881fdcc80420a1323e872331b39.png)
### 2. 修改 Worker 配置 ### 2. 修改 Worker 配置
@ -184,7 +184,9 @@ export default {
### 3. 使用自定义域名 ### 3. 使用自定义域名
当然不使用也可以,不使用自定义域名的话可以直接使用 当然不使用也可以,不使用自定义域名的话可以直接使用 Worker's hostname也就是这个部分
![image.png](https://usc1.contabostorage.com/cc0b816231a841b1b0232d5ef0c6deb1:image/2023/09/3733606c5f925e58a4d87313b2557145.png)
在 worker 页面,打开 **Triggers** 标签页,然后点下面的 `Add Custom Domain` : 在 worker 页面,打开 **Triggers** 标签页,然后点下面的 `Add Custom Domain` :