Skip to content
Snippets Groups Projects
Verified Commit 024759c6 authored by Karel Koci's avatar Karel Koci :metal: Committed by Karel Koci
Browse files

nextcloud: add well-known redirects

parent 7844f9a3
No related branches found
No related tags found
1 merge request!138nextcloud: add well-known redirects
......@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=nextcloud
PKG_VERSION:=16.0.5
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE_URL:=https://download.nextcloud.com/server/releases/
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
......
alias.url += ( "/nextcloud" => "/srv/www/nextcloud" )
url.redirect += (
"^/.well-known/caldav" => "/nextcloud/remote.php/dav",
"^/.well-known/carddav" => "/nextcloud/remote.php/dav"
"^/.well-known/webfinger" => "/nextcloud/public.php?service=webfinger"
)
$HTTP["url"] =~ "^/nextcloud/(build|tests|config|lib|3rdparty|templates|data)" {
url.access-deny = ("")
url.access-deny = ("")
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment