mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Merge pull request #6055 from nextcloud/backport/6052/stable20
[stable20] Update reverse_proxy_configuration.rst
This commit is contained in:
commit
9d06fe1df1
@ -68,6 +68,12 @@ Apache2
|
||||
|
||||
Thanks to `@ffried <https://github.com/ffried>`_ for apache2 example.
|
||||
|
||||
nginx
|
||||
^^^^^
|
||||
::
|
||||
rewrite ^/\.well-known/carddav https://$server_name/remote.php/dav/ redirect;
|
||||
rewrite ^/\.well-known/caldav https://$server_name/remote.php/dav/ redirect;
|
||||
|
||||
Traefik 1
|
||||
^^^^^^^^^
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user