Skip to content

Commit

Permalink
Update 1_nginx.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
lxhao61 authored May 4, 2022
1 parent c33418f commit 45d85f4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,5 @@ stream {
listen 443 udp; #IPv4,udp 443监听端口。
listen [::]:443 udp; #IPv6,udp 443监听端口。无IPv6,此项可以删除。
proxy_pass 127.0.0.1:7443; #转给https server本地监听端口
proxy_timeout 20s;
}
}

0 comments on commit 45d85f4

Please sign in to comment.