• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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