• 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 Removing index.php in Nextcloud Links with Plesk (nginx)

Marcel Dunkelberg

New Pleskian
Hi there,

I want to install nextcloud and get rid of the index.php in every shared link. All tutorials I've found where not working in Plesk environment. I would appreciate any kind of support.

Regards,
Marcel
 
If the issue occurs with one domain, increase timeout limits on a domain level:

  1. In Plesk go to Domains > example.com > Apache & nginx Settings and add the following directives to the Additional nginx directives field non veg jokes:

    proxy_connect_timeout 1200s;
    proxy_send_timeout 1200s;
    proxy_read_timeout 1200s;
    fastcgi_send_timeout 1200s;
    fastcgi_read_timeout 1200s;


  2. Apply the changes.
 
Back
Top