Skip to content

Commit

Permalink
Update nginx.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
chika0801 authored Mar 30, 2024
1 parent e3a6621 commit 67a6c02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions VMess-WebSocket-TLS/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ http {
resolver 1.1.1.1 valid=60s;
resolver_timeout 2s;

# Nginx 配置中的 location /lovelive 需与 sing-box 服务端配置中的 "path": "" 一致
location /lovelive {
# Nginx 配置中的 location = /lovelive 需与 sing-box 服务端配置中的 "path": "" 一致
location = /lovelive {
if ($http_upgrade != "websocket") {
return 404;
}
Expand Down

0 comments on commit 67a6c02

Please sign in to comment.