zmproxyconfgen This command generates the nginx proxy configuration files. It reads LDAP settings to replace template variables and generates the final nginx configuration. Syntax ProxyConfGen [options] Description Long Name Short Name Description --config -c <arg> Overrides a config variable. The <arg> format should be name=value. To see a list of names, use -d or -D --defaults -d Prints the default variable map --definitions -D Prints the Definitions variable map after loading LDAP configuration and processing overrides --help -h Displays help information --include-dir -i <arg> Displays the directory path (relative to $workdir/conf), where included configuration files are written --dry-run -n Specifies not to write configuration and only display the files that would be written --prefix -p <arg> Displays the config file prefix. The default value is nginx.conf --template-prefix -P <arg> Displays the template file prefix. The default value is $prefix --server -s <arg> Specifies a valid server object. Configuration is generated based on the specified server’s attributes. The default is to generate configuration based on global configuration values --templatedir -t <arg>Specifies the proxy template directory. The default value is $workdir/conf/nginx/templates --verbose -v Displays verbose data --workdir -w <arg> Specifies the proxy working directory. The default value is /opt/zimbra