git: 3f7f555458ff - main - www/drupal10: Change DRUPAL_DIR to WWWDIR into pkg-message.in
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 20 Dec 2022 00:30:15 UTC
The branch main has been updated by acm: URL: https://cgit.FreeBSD.org/ports/commit/?id=3f7f555458ffcf0551e8c5b0cb573ea26d566a30 commit 3f7f555458ffcf0551e8c5b0cb573ea26d566a30 Author: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> AuthorDate: 2022-12-20 00:29:01 +0000 Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> CommitDate: 2022-12-20 00:29:01 +0000 www/drupal10: Change DRUPAL_DIR to WWWDIR into pkg-message.in Reported by: wen --- www/drupal10/files/pkg-message.in | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/www/drupal10/files/pkg-message.in b/www/drupal10/files/pkg-message.in index e834ac4bc1ee..9eb0493081d3 100644 --- a/www/drupal10/files/pkg-message.in +++ b/www/drupal10/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