205001 - Failed to Read Nginx ACL File
Uploading..Agent error code #205001 means the agent encountered a filesystem error while reading the nginx allow/deny include file.
Steps to Resolve
Confirm the file is owned (or at least readable) by the knocknoc-agent user:
sudo chown knocknoc-agent /etc/nginx/acl/myservice.acl
sudo chmod 0644 /etc/nginx/acl/myservice.acl
Check the agent log for the underlying error (Permission denied, Input/output error, etc.) and resolve at the OS level.
Still Having Issues?
Contact us at support@knocknoc.io.