Add IPv6 Listen

This commit is contained in:
xqzr 2023-12-04 17:51:17 +08:00 committed by GitHub
parent 4ea3d4e023
commit 7486946d72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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