New on LowEndTalk? Please Register and read our Community Rules.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
Web server is returning an unknown error 520
tiendungdev
Member
I have installed Nginx and use Cloudflare proxy to run my WordPress website but I get this error if I click on preloading wp-rocket - https://prnt.sc/Oq7LLZGJtMRL
"Web server is returning an unknown error Error code 520" - https://prnt.sc/Vdk5A5dbV-aW
If I disable Cloudflare proxy preloading cache works properly
Has anyone encountered this error?
Thank you.
Comments
Check logs to have an idea what's going on.
Check nginx logs at:
/var/log/nginx
Check php-fpm logs at:
/var/log/php8.2-fpm.log
Replace 8.2 with your version number.
Thank you.
There are no errors in 3 files
php-fpm.log
php8.1-fpm.log
error.log - nginx
Have u tried disabling HTTP/2 Origin (can be found on Speed -> Optimization) on your Cloudflare, or temporarily disable HTTP/2 on NGINX configuration (if you have)
try change your ssl setting in cloudflare to flexible
Thank you, problem solved.