Merge pull request #1029 from RealRancor/nginx_note

Add note for NginX when running OC in subdir
This commit is contained in:
Morris Jobke 2015-04-05 00:10:52 +02:00
commit 9bb9d074cb

View File

@ -9,6 +9,10 @@ Nginx Configuration
- Make sure your SSL certificates are readable by the server (see `Nginx HTTP
SSL Module documentation <http://wiki.nginx.org/HttpSslModule>`_).
.. note:: The following example assumes that your ownCloud is installed in
your webroot. If you're using a subfolder you need to adjust the configuration
accordingly.
.. code-block:: python
upstream php-handler {