Add apply ipv6 to nginx

This commit is contained in:
bluelief 2018-11-11 03:38:13 +09:00
parent 106193fac5
commit 7edb979cc1
No known key found for this signature in database
GPG key ID: 5EF251AA682C47C0

View file

@ -8,6 +8,7 @@ server {
### Basic server settings ### Basic server settings
######################### #########################
listen 64297 ssl http2; listen 64297 ssl http2;
listen [::]:64297 ssl http2;
index tpotweb.html; index tpotweb.html;
ssl_protocols TLSv1.2; ssl_protocols TLSv1.2;
server_name example.com; server_name example.com;