Date: Tue, 20 Dec 2022 00:32:11 GMT From: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 3a8cf525382f - main - www/drupal9: Change DRUPAL_DIR to WWWDIR into pkg-message.in Message-ID: <202212200032.2BK0WBTO055063@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by acm: URL: https://cgit.FreeBSD.org/ports/commit/?id=3a8cf525382fa02d02fe7994903862f26cfb03e3 commit 3a8cf525382fa02d02fe7994903862f26cfb03e3 Author: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> AuthorDate: 2022-12-20 00:31:36 +0000 Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> CommitDate: 2022-12-20 00:31:36 +0000 www/drupal9: Change DRUPAL_DIR to WWWDIR into pkg-message.in Reported by: wen --- www/drupal9/files/pkg-message.in | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/www/drupal9/files/pkg-message.in b/www/drupal9/files/pkg-message.in index 835dbb3118aa..45490bdb9b4a 100644 --- a/www/drupal9/files/pkg-message.in +++ b/www/drupal9/files/pkg-message.in @@ -18,12 +18,11 @@ configuration file (%%PREFIX%%/etc/apache(2)/httpd.conf). A typical configuration might read: - Alias /drupal "%%DRUPAL_DIR%%" - <Directory "%%DRUPAL_DIR%%"> - Options Indexes FollowSymlinks MultiViews - AllowOverride None - Order allow,deny - Allow from all + Alias /drupal "%%WWWDIR%%" + <Directory "%%WWWDIR%%"> + Options Indexes FollowSymlinks MultiViews + AllowOverride all + Require all granted </Directory> Please see http://drupal.org/cron for important information on setting up
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212200032.2BK0WBTO055063>