X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mods%2Freadme.txt;h=83878aefb36119bcded638120bf67236083ad93e;hb=e61d6e030eefa00685020f44601d3363814a5dae;hp=d74b846d00005733a5da998b4095db2a4e4a7f55;hpb=41f31f32824849a475b0259b4d5987e179f00b16;p=friendica.git diff --git a/mods/readme.txt b/mods/readme.txt index d74b846d00..83878aefb3 100644 --- a/mods/readme.txt +++ b/mods/readme.txt @@ -1,6 +1,7 @@ -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 + + 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. -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`);