2020-12-12 22:51:05 +08:00

14 lines
478 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# VMess: WebSocket + TLS + Web (nginx)
来自[新 V2Ray 白话文指南](https://guide.v2fly.org/advanced/wss_and_web.html)的WebSocket+TLS+Web配置使用nginx作为服务器。
配置文件中的以下字段需要替换:
- `V2RAY_PORT`:任意有效的端口,只在`127.0.0.1`监听。
- `V2RAY_UUID`VMess的UUID。
- `PATH`WS请求的路径形如`/nginx`等的字符串。
- `DOMAIN_NAME`:你的域名。
- `CERT`TLS证书。
- `KEY`TLS的Key。