Resolve "IPv6 only web server"
Closes #6477 (closed)
I have implemented a new setting to select if proxy protocol should be enabled on IPv4, IPv6 or IPv4+IPv6. The "enabled" setting has been coverted to a SELECT with options "Disabled" (like before), "Enabled (per site)" (like before the "PROXY protocol setting of the site is used), "Enabled (all sites)" (new setting to enable regardless of per site setting).
I am not 100% sure about server.ini.master. Is this the right way to do it? The old proxy_protocol_* settings were missing... Please give me an advice if I am wrong.