mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
mystery section commented out
This commit is contained in:
@@ -107,23 +107,24 @@ down errors.
|
||||
|
||||
.. todo: loglevel?
|
||||
|
||||
MaxKeepAliveRequests 4096
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
.. commented out until somebody knows what to do with it
|
||||
.. MaxKeepAliveRequests 4096
|
||||
.. ^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
.. code-block:: apache
|
||||
.. .. code-block:: apache
|
||||
|
||||
<IfModule prefork.c>
|
||||
StartServers 100
|
||||
MinSpareServers 100
|
||||
MaxSpareServers 2000
|
||||
ServerLimit 6000
|
||||
MaxClients 6000
|
||||
MaxRequestsPerChild 4000
|
||||
</IfModule>
|
||||
.. <IfModule prefork.c>
|
||||
.. StartServers 100
|
||||
.. MinSpareServers 100
|
||||
.. MaxSpareServers 2000
|
||||
.. ServerLimit 6000
|
||||
.. MaxClients 6000
|
||||
.. MaxRequestsPerChild 4000
|
||||
.. </IfModule>
|
||||
|
||||
<Directory "/var/www/html">
|
||||
Options Indexes SymLinksIfOwnerMatch AllowOverride All
|
||||
</Directory>
|
||||
.. <Directory "/var/www/html">
|
||||
.. Options Indexes SymLinksIfOwnerMatch AllowOverride All
|
||||
.. </Directory>
|
||||
|
||||
Nginx: caching ownCloud gallery thumbnails
|
||||
------------------------------------------
|
||||
@@ -343,4 +344,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.
|
||||
|
||||
Reference in New Issue
Block a user