Update NGINX configuration.

This function rebuilds the NGINX user configuration.

SecurityBasicAuth
Request
query Parameters
user
Array of strings <username>
Default: []

A list of users whose configuration you want to rebuild.

Note:

If you do not pass this parameter, this function rebuilds the configuration for all users on the system.

Example: user=unclebob&user=auntsue
Responses
200

HTTP Request was successful.

Response Schema: application/json
object
get/nginxmanager_rebuild_cache_config
Request samples
whmapi1 --output=jsonpretty \
  nginxmanager_rebuild_cache_config
Response samples
application/json
{
  • "metadata": {
    • "command": "nginxmanager_rebuild_cache_config",
    • "reason": "OK",
    • "result": 1,
    • "version": 1
    }
}