summaryrefslogtreecommitdiff
path: root/docs/locales/zh/getting_started/reverse_proxy
diff options
context:
space:
mode:
authorLibravatar Phil Hagelberg <phil@hagelb.org>2024-12-02 01:47:05 -0800
committerLibravatar GitHub <noreply@github.com>2024-12-02 10:47:05 +0100
commitdbef5ee03b61d630b46696cfd04c08fcd5b702ce (patch)
tree4b75676ae5e86a6224d1afaee135475531489ac0 /docs/locales/zh/getting_started/reverse_proxy
parent[chore]: Bump github.com/minio/minio-go/v7 from 7.0.80 to 7.0.81 (#3590) (diff)
downloadgotosocial-dbef5ee03b61d630b46696cfd04c08fcd5b702ce.tar.xz
[chore] Replace Semaphore recommendation with Pinafore. (#3586)
Neither Semaphore nor Pinafore are under active development, but Semaphore has archived its repository while Pinafore still gets occasional minor maintenance. Enafore has newer features, but it has accessibility bugs affecting screen readers that prevent it from being recommended at this time.
Diffstat (limited to 'docs/locales/zh/getting_started/reverse_proxy')
-rw-r--r--docs/locales/zh/getting_started/reverse_proxy/websocket.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/locales/zh/getting_started/reverse_proxy/websocket.md b/docs/locales/zh/getting_started/reverse_proxy/websocket.md
index e1391ec45..f265edf37 100644
--- a/docs/locales/zh/getting_started/reverse_proxy/websocket.md
+++ b/docs/locales/zh/getting_started/reverse_proxy/websocket.md
@@ -1,6 +1,6 @@
# WebSocket
-GoToSocial 使用安全的 [WebSocket 协议](https://en.wikipedia.org/wiki/WebSocket)(即 `wss`)来通过客户端应用程序(如 Semaphore)实现贴文和通知的实时更新。
+GoToSocial 使用安全的 [WebSocket 协议](https://en.wikipedia.org/wiki/WebSocket)(即 `wss`)来通过客户端应用程序(如 Pinafore)实现贴文和通知的实时更新。
为了使用此功能,你需要确保配置 GoToSocial 所在的代理允许 WebSocket 连接通过。