nginx-ui
nginx-ui copied to clipboard
Allows to set a different path for .conf files with CONFIG_PATH env variable
Like issue 11 points out, some nginx installations come directly with a different folder for .conf files, such as sites-enabled in ubuntu.
With this the user will be able to simply set an environmental variable to change the default value (/etc/nginx/conf.d) for its configuration files.