Restore NGINX configuration to default values.

This function resets a user to the NGINX system default.

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

A list of users to reset to the NGINX system default.

Note:

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

Example: user=unclebob&user=auntsue
Responses
200

HTTP Request was successful.

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