How to Enable IPV6?
In order to configure MDSS to listen on IPv6 interfaces, the following lines need to be added to the webclient/default.conf
file after the listeners on the IPv4 interface for the HTTP server (and the HTTPS server if enabled):
x
# For the default HTTP server
listen [::]:80 default_server;
# For the HTTPS server if enabled
listen [::]:443 ssl;
Was this page helpful?