• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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