www/drupal9: Change DRUPAL_DIR to WWWDIR into pkg-message.in

Reported by:	wen
This commit is contained in:
Jose Alonso Cardenas Marquez 2022-12-19 19:31:36 -05:00
parent 3f7f555458
commit 3a8cf52538
1 changed files with 5 additions and 6 deletions

View File

@ -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