Symptoms
When nginx with caching is enabled for a user, the 'is_nginx_caching_enabled' API call will still return 0 for being disabled similar to the following:
# uapi --user=user WP is_nginx_caching_enabled
---
apiversion: 3
func: is_nginx_caching_enabled
module: WP
result:
data:
enabled: 0
errors: ~
messages: ~
metadata: {}
status: 1
warnings: ~
Cause
The API call does not appear to be detecting that the cache is enabled.
We've opened an internal case for our development team to investigate this further. For reference, the case number is CPANEL-55960. Follow this article to receive an email notification when a solution is published in the product.
Resolution
There is no way to check this from the cPanel user without the API, however, this can be still be check via WHM:
- Navigate to Home / Software / NGINX® Manager and select User settings.
- Unput the user you wish to check into the search bar.
Comments
0 comments
Article is closed for comments.