NginxCaching
Disable the user's NGINX cache
This function disables the user's NGINX cache.
Note:
- You can only use this function if you installed the ea-nginx package.
get/NginxCaching/disable_cache
Response
HTTP Request was successful.
Example response
{
"apiversion": 3,
"func": "disable_cache",
"module": "NginxCaching",
"result": {
"status": 1
}
}