mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
www/drupal9: Change DRUPAL_DIR to WWWDIR into pkg-message.in
Reported by: wen
This commit is contained in:
parent
3f7f555458
commit
3a8cf52538
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user