mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Merge pull request #1829 from nextcloud/haproxy-well-known
Add HAProxy .well-known redirect
This commit is contained in:
commit
b15eed3d06
@ -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
|
||||
-------
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user