The variable BP_WEB_SERVER will generate a default nginx.conf when the value is set to nginx. The variable name does not express this behavior, and is confusing in my opinion.
Describe the Enhancement
BP_WEB_SERVER is renamed to a more expressive variable name.
Possible Solution
BP_WEB_SERVER is renamed to a more expressive variable name such as:
BP_NGINX_GENERATE_DEFAULT_CONFIGURATION
BP_GENERATE_DEFAULT_NGINX_CONFIGURATION
BP_GENERATE_DEFAULT_WEBSERVER_CONFIGURATION
The variable
BP_WEB_SERVERwill generate a defaultnginx.confwhen the value is set tonginx. The variable name does not express this behavior, and is confusing in my opinion.Describe the Enhancement
BP_WEB_SERVERis renamed to a more expressive variable name.Possible Solution
BP_WEB_SERVERis renamed to a more expressive variable name such as:BP_NGINX_GENERATE_DEFAULT_CONFIGURATIONBP_GENERATE_DEFAULT_NGINX_CONFIGURATIONBP_GENERATE_DEFAULT_WEBSERVER_CONFIGURATION