From 9f0c039b6bbfdcfe3f40bc87090ad7c60231b72c Mon Sep 17 00:00:00 2001 From: vinzv Date: Thu, 18 Oct 2018 22:34:19 +0200 Subject: [PATCH 1/4] Fix app/client links --- doc/FAQ.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/FAQ.md b/doc/FAQ.md index 1b84b5cd80..9d609e44f4 100644 --- a/doc/FAQ.md +++ b/doc/FAQ.md @@ -144,10 +144,10 @@ Friendica is using a [Twitter/GNU Social compatible API](help/api), which means Here is a list of known working clients: * Android - * [Friendiqa](https://github.com/lubuwest/friendiqa) (available in Google Playstore or from a binary repository you can add to [F-Droid](https://freunde.ma-nic.de/display/3e98eba8185a13c5bdbf3d1539646854)) - * AndStatus - * Twidere - * Mustard and Mustard-Mod + * [Friendiqa](http://git.friendi.ca/lubuwest/Friendiqa) (available in Google Play or from a binary repository you can add to [F-Droid](https://freunde.ma-nic.de/display/3e98eba8185a13c5bdbf3d1539646854)) + * [AndStatus](http://andstatus.org) (Google Play or [F-Droid](https://f-droid.org/packages/org.andstatus.app/)) + * [Twidere](https://github.com/TwidereProject/Twidere-Android) (Google Play or [F-Droid](https://f-droid.org/packages/org.mariotaku.twidere/)) + * Mustard and Mustard-Mod (both outdated/unmaintained) * SailfishOS * [Friendly](https://openrepos.net/content/fabrixxm/friendly#comment-form) * Linux From 80a990a7d54d7ed19693dc1abbe9344f608e3a22 Mon Sep 17 00:00:00 2001 From: Andy H3 Date: Mon, 19 Nov 2018 23:26:34 +0700 Subject: [PATCH 2/4] Update sample-nginx.config Added buffers and buffer size --- mods/sample-nginx.config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mods/sample-nginx.config b/mods/sample-nginx.config index 5a93972108..dd61c05a49 100644 --- a/mods/sample-nginx.config +++ b/mods/sample-nginx.config @@ -127,6 +127,9 @@ server { include fastcgi_params; fastcgi_index index.php; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; + + fastcgi_buffers 16 16k; + fastcgi_buffer_size 32k; } # block these file types From bb767dda51798e6cf188a77d49689f13aa1ab8eb Mon Sep 17 00:00:00 2001 From: Andy H3 Date: Mon, 19 Nov 2018 23:31:54 +0700 Subject: [PATCH 3/4] Update sample-nginx.config --- mods/sample-nginx.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/sample-nginx.config b/mods/sample-nginx.config index dd61c05a49..d6afe71746 100644 --- a/mods/sample-nginx.config +++ b/mods/sample-nginx.config @@ -128,7 +128,7 @@ server { fastcgi_index index.php; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; - fastcgi_buffers 16 16k; + fastcgi_buffers 16 16k; fastcgi_buffer_size 32k; } From 612e4c41383708d3e1c0a35d141705cb56305680 Mon Sep 17 00:00:00 2001 From: Andy H3 Date: Mon, 19 Nov 2018 23:37:35 +0700 Subject: [PATCH 4/4] Update FAQ.md --- doc/FAQ.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/FAQ.md b/doc/FAQ.md index 9d609e44f4..1b84b5cd80 100644 --- a/doc/FAQ.md +++ b/doc/FAQ.md @@ -144,10 +144,10 @@ Friendica is using a [Twitter/GNU Social compatible API](help/api), which means Here is a list of known working clients: * Android - * [Friendiqa](http://git.friendi.ca/lubuwest/Friendiqa) (available in Google Play or from a binary repository you can add to [F-Droid](https://freunde.ma-nic.de/display/3e98eba8185a13c5bdbf3d1539646854)) - * [AndStatus](http://andstatus.org) (Google Play or [F-Droid](https://f-droid.org/packages/org.andstatus.app/)) - * [Twidere](https://github.com/TwidereProject/Twidere-Android) (Google Play or [F-Droid](https://f-droid.org/packages/org.mariotaku.twidere/)) - * Mustard and Mustard-Mod (both outdated/unmaintained) + * [Friendiqa](https://github.com/lubuwest/friendiqa) (available in Google Playstore or from a binary repository you can add to [F-Droid](https://freunde.ma-nic.de/display/3e98eba8185a13c5bdbf3d1539646854)) + * AndStatus + * Twidere + * Mustard and Mustard-Mod * SailfishOS * [Friendly](https://openrepos.net/content/fabrixxm/friendly#comment-form) * Linux