Merge pull request #1830 from EV21/fix-headings

adds more discription for sub-dir based config
This commit is contained in:
Julius Härtl
2020-02-21 12:57:02 +01:00
committed by GitHub

View File

@@ -186,11 +186,13 @@ webroot of your nginx installation. In this example it is
}
}
Nextcloud in a subdir of nginx
------------------------------
Nextcloud in a subdir of the nginx webroot
------------------------------------------
The following config should be used when Nextcloud is placed within a subdir of
your nginx installation.
the webroot of your nginx installation.
In this example the webroot is located at
``/var/www`` and the Nextcloud instance is accessed via ``http(s)://cloud.example.com/nextcloud/``
.. code-block:: nginx