diff options
author | Jesús Daniel Colmenares Oviedo <dtxdf@FreeBSD.org> | 2025-06-22 17:58:02 -0400 |
---|---|---|
committer | Jesús Daniel Colmenares Oviedo <dtxdf@FreeBSD.org> | 2025-06-22 17:58:02 -0400 |
commit | 2778526d151fa8167e577167618f773a88f14108 (patch) | |
tree | 9577686b4b3c25a03a7c0b6c1ea16bde911ee872 | |
parent | www/tinyauth: New port: Simplest way to protect your apps with a login screen (diff) |
www/authelia: Fix broken WWW
Current WWW returns 404 not found error.
PR: 287388
Approved by: acm (mentor)
Approved by: yuri (implicit)
-rw-r--r-- | www/authelia/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/authelia/Makefile b/www/authelia/Makefile index 728ad37775c8..f7138fa0cd90 100644 --- a/www/authelia/Makefile +++ b/www/authelia/Makefile @@ -8,7 +8,7 @@ DISTFILES= authelia-${DISTVERSIONFULL}-public_html${EXTRACT_SUFX}:public_html # MAINTAINER= yuri@FreeBSD.org COMMENT= Single sign-on multi-factor portal for web apps -WWW= https://www.authelia.com/docs/ +WWW= https://www.authelia.com/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE |