• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Issue Nginx being used over Apache but not using Nginx

Crakila

New Pleskian
Server operating system version
AlmaLinux 8.6 (Sky Tiger)
Plesk version and microupdate number
18.0.46
Hey everyone.

While 'Reverse Proxy Server (nginx)' is enabled in the Tools & Settings >> Services Management
but the site is set to "Dedicated FPM Application served by Apache",
when trying to access the site, it gives a nginx 504 timeout

How is this possible when the site is not set to use nginx?

We only resolved this issue by turning off the 'Reverse Proxy Server (nginx)' service but that is not ideal as some sites do require nginx.

Any help please?
 
Likely your domain is running Nginx in proxy mode. In which case Nginx is used as a proxy for the domain and will send all request to upstream to Apache.

You can disable proxy mode on the Hosting & DNS tab of your domain > Apache & nginx Settings.
 
Back
Top