Update Caddyfile comment translate

This commit is contained in:
lk29 2023-03-12 15:00:58 +05:00 committed by GitHub
parent b38e499248
commit a8e8fe41c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
xx.com { xx.com {
@grpc { @grpc {
protocol grpc protocol grpc
path /ServiceName/* # 修改为你自己的 ServiceName且仅能存在两个斜杠。/MyService/ServiceName/*会导致错误) path /ServiceName/* # Change it to your own ServiceName, and only two slashes are allowed. (eg: /MyService/ServiceName/* will cause an error)
} }
reverse_proxy @grpc unix//dev/shm/Xray-VLESS-gRPC.socket { reverse_proxy @grpc unix//dev/shm/Xray-VLESS-gRPC.socket {
transport http { transport http {