• 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.

Question If I chose FPM Application Served by nginx , .htaccess are still being read

karam

Basic Pleskian
Hello there,
It is confusing me a little bit, as If I chose FPM Application Served by nginx, still the .htaccess file is being read,

How so ? does Nginx automatically translates what's inside the .htaccess files and understands it ? using latest Plesk version.

Thank you.
 
Just disable proxy mode.

In fact, the default behavior is what I actually want.

So if proxy mode is enabled and FPM Application Served by nginx >> Apache will still work right ? I just needed to confirm this behavior
 
So if proxy mode is enabled and FPM Application Served by nginx >> Apache will still work right ?
Yes, the request may well get into the Apache and be processed through .htaccess there.
 
Back
Top