Update performance_tuning.rst

Mentioned SSL session ticket configuration 
Originally via https://github.com/owncloud/client/issues/3159
This commit is contained in:
Markus Goetz
2015-05-08 14:33:32 +02:00
parent 6d238267d4
commit 709381dbe5

View File

@@ -213,6 +213,13 @@ AES-NI extension:
* If your environment runs virtualized, check the virtualization vendor for
support.
SSL session reuse
=================
You should enable SSL session tickets or SSL session identifiers in your
web server. This will lead to lower delay in connection setup time for
TCP connections to the ownCloud.
**************
Webserver Tips
@@ -685,4 +692,4 @@ Add *inside* the ``server{}`` block, as an example of a configuration::
* Open the gallery app again and browse to the folders you accessed before.
Your thumbnails should appear more or less immediately.
* ``htop`` will not show up additional load while processing, compared to
the high load before.
the high load before.