Add IPv6 Listen

This commit is contained in:
xqzr
2023-12-04 17:51:17 +08:00
committed by GitHub
parent 4ea3d4e023
commit 7486946d72

View File

@@ -1,5 +1,6 @@
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name example.com;
index index.html;