X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=mods%2Freadme.txt;h=83878aefb36119bcded638120bf67236083ad93e;hb=8944ad1ac1bb4293eeacd79536cdeed3173cad9a;hp=9f47f85d5a21742ca139e62ecef92a6cbdda9ef2;hpb=91ff025333970ffd58fbd20e8d6fd29f954f5baf;p=friendica.git diff --git a/mods/readme.txt b/mods/readme.txt index 9f47f85d5a..83878aefb3 100644 --- a/mods/readme.txt +++ b/mods/readme.txt @@ -1,18 +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`); -CREATE INDEX `uri_received` ON item(`uri`, `received`); -CREATE INDEX `received_uri` ON item(`received`, `uri`); -CREATE INDEX `contact-id_created` ON item(`contact-id`, created); -CREATE INDEX `uid_network_received` ON item(`uid`, `network`, `received`); -CREATE INDEX `uid_parent` ON item(`uid`, `parent`); -CREATE INDEX `uid_received` ON item(`uid`, `received`); -CREATE INDEX `uid_network_commented` ON item(`uid`, `network`, `commented`); -CREATE INDEX `uid_commented` ON item(`uid`, `commented`); -CREATE INDEX `uid_title` ON item(uid, `title`); -CREATE INDEX `created_contact-id` ON item(`created`, `contact-id`);