From 71b88b7aaa5da6869bd6b440aabb5784f19b459d Mon Sep 17 00:00:00 2001 From: RealRancor Date: Sat, 4 Apr 2015 15:15:44 +0200 Subject: [PATCH] Add note for NginX when running OC in subdir --- admin_manual/installation/nginx_configuration.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/admin_manual/installation/nginx_configuration.rst b/admin_manual/installation/nginx_configuration.rst index b30067379..ccba5fafc 100644 --- a/admin_manual/installation/nginx_configuration.rst +++ b/admin_manual/installation/nginx_configuration.rst @@ -9,6 +9,10 @@ Nginx Configuration - Make sure your SSL certificates are readable by the server (see `Nginx HTTP SSL Module documentation `_). +.. 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 {