Skip to content

Commit

Permalink
Add, nginx stream support ipv6
Browse files Browse the repository at this point in the history
  • Loading branch information
rexzhang committed Jan 4, 2025
1 parent 1ec46bd commit c400209
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plush/nginx_generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
$block_upstream
server {
# $comment
listen $listen;
listen $listen; listen [::]:$listen;
$values
Expand All @@ -164,7 +164,7 @@
$block_upstream
server {
# $comment
listen $listen_ssl ssl;
listen $listen_ssl ssl; listen [::]:$listen_ssl ssl;
$values
Expand Down

0 comments on commit c400209

Please sign in to comment.