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

View File

@ -18,12 +18,11 @@ configuration file (%%PREFIX%%/etc/apache(2)/httpd.conf).
A typical configuration might read: A typical configuration might read:
Alias /drupal "%%DRUPAL_DIR%%" Alias /drupal "%%WWWDIR%%"
<Directory "%%DRUPAL_DIR%%"> <Directory "%%WWWDIR%%">
Options Indexes FollowSymlinks MultiViews Options Indexes FollowSymlinks MultiViews
AllowOverride None AllowOverride all
Order allow,deny Require all granted
Allow from all
</Directory> </Directory>
Please see http://drupal.org/cron for important information on setting up Please see http://drupal.org/cron for important information on setting up