Make all nginx vhosts listen on IPv6

This commit is contained in:
Râu Cao
2023-04-04 15:10:23 +02:00
parent f36268e906
commit 7a1be33b7a
7 changed files with 7 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name <%= @server_name %>;
ssl_certificate <%= @ssl_cert %>;