There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

morethanevil ,
@morethanevil@lemmy.fedifriends.social avatar

“Way faster” came from me :D

It is the complete package which makes it way faster…

Postgres, Redis, PHP Opcache, general PHP tweaks ( PHP.ini, child processes etc, use calculator ), HTTP-2 instead of 1.1

For HTTP-2, you can add this for Apache in your vhost:

Protocols h2 h2c http/1.1

For example:


<span style="color:#323232;"><VirtualHost *.80>
</span><span style="color:#323232;">ServerAdmin [email protected]
</span><span style="color:#323232;">DocumentRoot /var/www/html/nextcloud/
</span><span style="color:#323232;">ServerName my.domai.com
</span><span style="color:#323232;">Protocols h2 h2c http/1.1
</span><span style="color:#323232;">
</span><span style="color:#323232;">....
</span>

In NGNIX add this in a new line:

http2 on;

For example:


<span style="color:#323232;">server {
</span><span style="color:#323232;">  listen 80;
</span><span style="color:#323232;">  listen [::]:80;
</span><span style="color:#323232;">  server_name my.domain.com;
</span><span style="color:#323232;">  http2 on;
</span><span style="color:#323232;">
</span><span style="color:#323232;">....
</span>

Using NGINX over Apache did nothing for me, so I use Apache with PHP-FPM 8.3, because I am using it for Wordpress too, same for Redissockets. I would recommend not to use a docker container for Nextcloud. I don’t like it for Nextcloud and I don’t use docker for Wordpress. Docker has other use cases in my setup, but not those 2.

This is just my personal setup.

Maybe it can help someone :)

  • All
  • Subscribed
  • Moderated
  • Favorites
  • [email protected]
  • random
  • lifeLocal
  • goranko
  • All magazines