Conflicts:
	admin_manual/configuration/server_to_server_configuration.rst
This commit is contained in:
Carla Schroder
2015-02-26 15:42:03 -08:00
5 changed files with 20 additions and 11 deletions

View File

@@ -133,7 +133,7 @@ Prerequisites
^^^^^^^^^^^^
1. Install Python 2.x
2. Install odt2shpinx (``easy_install odt2sphinx``)
2. Install odt2sphinx (``easy_install odt2sphinx``)
3. Install GCC/clang (`Xcode command line tools`_ required on Mac OS)
Process

View File

@@ -198,11 +198,6 @@ div.thumbnail > img {
width: 78%;
}
.banner ul#menu-header.nav>li.menu-commercial>a{
border-bottom: 2px solid #e8733b;
}
.banner ul#menu-header.nav>li:not(.menu-install) >a:hover {
border-bottom: 2px solid white;
}

View File

@@ -47,20 +47,20 @@ how to configure those values correctly:
Apache
~~~~~~
`LimitRequestBody <https://httpd.apache.org/docs/current/en/mod/core.html#limitrequestbody>`_
`SSLRenegBufferSize <https://httpd.apache.org/docs/current/mod/mod_ssl.html#sslrenegbuffersize>`_
* `LimitRequestBody <https://httpd.apache.org/docs/current/en/mod/core.html#limitrequestbody>`_
* `SSLRenegBufferSize <https://httpd.apache.org/docs/current/mod/mod_ssl.html#sslrenegbuffersize>`_
Apache with mod_fcgid
~~~~~~~~~~~~~~~~~~~~~
`FcgidMaxRequestLen <https://httpd.apache.org/mod_fcgid/mod/mod_fcgid.html#fcgidmaxrequestlen>`_
* `FcgidMaxRequestLen <https://httpd.apache.org/mod_fcgid/mod/mod_fcgid.html#fcgidmaxrequestlen>`_
NginX
~~~~~
`client_max_body_size <http://nginx.org/en/docs/http/ngx_http_core_module.html#client_max_body_size>`_
* `client_max_body_size <http://nginx.org/en/docs/http/ngx_http_core_module.html#client_max_body_size>`_
IIS
~~~
`maxAllowedContentLength <http://www.iis.net/configreference/system.webserver/security/requestfiltering/requestlimits#005>`_
* `maxAllowedContentLength <http://www.iis.net/configreference/system.webserver/security/requestfiltering/requestlimits#005>`_
Configuring PHP

View File

@@ -39,6 +39,13 @@ values need to be concatenated and written in a row without these modifications!
It is recommended to use the :doc:`Web-GUI <external_storage_configuration_gui>` in the
administrator panel to add, remove or modify mount options to prevent any problems!
Using self-signed certificates
------------------------------
When using self-signed certificates for external storage mounts the certificate
needs to be imported in the personal settings of the user. Please refer to `this <http://ownclouden.blogspot.de/2014/11/owncloud-https-external-mount.html>`_
blogpost for more informations.
Example
-------

View File

@@ -51,6 +51,13 @@ external storage services, and check the services you want to allow.
After creating your external storage mounts, you can share them and control
permissions just like any other ownCloud share.
Using self-signed certificates
------------------------------
When using self-signed certificates for external storage mounts the certificate
needs to be imported in the personal settings of the user. Please refer to `this <http://ownclouden.blogspot.de/2014/11/owncloud-https-external-mount.html>`_
blogpost for more informations.
Local Storage
-------------