X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mods%2Freadme.txt;h=4ff8e1067a30e3d36189483865dc53e0955b0b64;hb=71218ecff95b632645764cfffd0d5e2522675d22;hp=d74b846d00005733a5da998b4095db2a4e4a7f55;hpb=280b72b9e665c730b9d02319f5ba0d7930b98326;p=friendica.git diff --git a/mods/readme.txt b/mods/readme.txt index d74b846d00..4ff8e1067a 100644 --- a/mods/readme.txt +++ b/mods/readme.txt @@ -1,6 +1,21 @@ -Site speed can be improved when the following indexes are set. They cannot be set through the update script because on large sites they will block the site for several minutes. +sample-Lighttpd.config +sample-nginx.config -CREATE INDEX `uid_commented` ON `item` (`uid`, `commented`); -CREATE INDEX `uid_created` ON `item` (`uid`, `created`); -CREATE INDEX `uid_unseen` ON `item` (`uid`, `unseen`); -CREATE INDEX `resource-id` ON `item` (`resource-id`); + Sample configuration files to use Friendica with Lighttpd + or Nginx. Pleas check software documentation to know how modify + these examples to make them work on your server. + + +sample-systemd.timer +sample-systemd.service + + Sample systemd unit files to start worker.php periodically. + + Please place them in the correct location for your system, + typically this is /etc/systemd/system/friendicaworker.timer + and /etc/systemd/system/friendicaworker.service. + Please report problems and improvements to + !helpers@forum.friendi.ca and @utzer@social.yl.ms or open an + issue in Github (https://github.com/friendica/friendica/issues). + This is for usage of systemd instead of cron to start the worker.php + periodically, the solution is work-in-progress and can surely be improved.