Salta al contenuto principale

Nextcloud

Webserver: The bug in lighttpd has long since been fixed in all supported versions of Alpine.

← Older revision Revision as of 01:02, 4 September 2023
Line 58: Line 58:


== Webserver ==
== Webserver ==
Next thing is to choose, install, and configure a webserver. In this example we will install {{pkg|nginx}} or {{pkg|lighttpd}}. ''Nginx'' is preferred over ''Lighttpd'' since the latter will consume a lot of memory when working with large files (see [https://redmine.lighttpd.net/issues/1283 lighty bug #1283]). You are free to install any other webserver of your choice as long as it supports PHP and FastCGI. Generating an SSL certificate for your webserver is outside of the scope of this document.
Next thing is to choose, install, and configure a webserver. In this example we will install {{pkg|nginx}} or {{pkg|lighttpd}}. You are free to install any other webserver of your choice as long as it supports PHP and FastCGI. Generating an SSL certificate for your webserver is outside of the scope of this document.


{{pkg|nextcloud-initscript}} facilitates running the webserver with php-fpm.
{{pkg|nextcloud-initscript}} facilitates running the webserver with php-fpm.
Distro