• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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