Enable IPv6 for nginx
This commit is contained in:
parent
a4e54d312c
commit
f1e2f473f0
@ -1,5 +1,6 @@
|
||||
stream {
|
||||
server {
|
||||
listen [::]:24553 ssl;
|
||||
listen 24553 ssl;
|
||||
ssl_certificate /etc/nginx/conf.d/ssl/binkps.crt;
|
||||
ssl_certificate_key /etc/nginx/conf.d/ssl/binkps.key;
|
||||
|
Reference in New Issue
Block a user