Closed whitlockjc closed 8 years ago
Right now, we just validate that trafficHosts is set and do not validate that it has a value in it. So if you set it to an empty string, you'll end up with a proxy_pass in nginx.conf that will be invalid and nginx will die.
proxy_pass
Right now, we just validate that trafficHosts is set and do not validate that it has a value in it. So if you set it to an empty string, you'll end up with a
proxy_pass
in nginx.conf that will be invalid and nginx will die.