Merge pull request #1829 from nextcloud/haproxy-well-known

Add HAProxy .well-known redirect
This commit is contained in:
Julius Härtl 2020-02-21 09:24:41 +01:00 committed by GitHub
commit b15eed3d06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,6 +73,12 @@ Traefik
Thanks to `@pauvos <https://github.com/pauvos>`_ for traefik example.
HAProxy
^^^^^^^
acl url_discovery path /.well-known/caldav /.well-known/carddav
http-request redirect location /remote.php/dav/ code 301 if url_discovery
Example
-------