add ipv6 to nginx
This commit is contained in:
@@ -9,5 +9,6 @@ server {
|
||||
error_log /var/log/nginx/nginx_stream_error.log warn;
|
||||
|
||||
listen {{ ansible_default_ipv4.address }}:6443;
|
||||
listen [{{ ansible_default_ipv6.address }}]:6443;
|
||||
proxy_pass kube_backend;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user