mirror of
https://github.com/nextcloud/documentation.git
synced 2026-03-27 13:38:39 +07:00
Merge pull request #1829 from nextcloud/haproxy-well-known
Add HAProxy .well-known redirect
This commit is contained in:
@@ -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
|
||||
-------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user