Skip to content

Commit

Permalink
fix #399
Browse files Browse the repository at this point in the history
  • Loading branch information
hpk42 committed Aug 6, 2024
1 parent effd5bc commit 98ed010
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmdeploy/src/cmdeploy/nginx/nginx.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ stream {

server {
listen 443;
{% if not disable_ipv6 %}
listen [::]:443;
{% endif %}
proxy_pass $proxy;
ssl_preread on;
}
Expand Down

0 comments on commit 98ed010

Please sign in to comment.