diff options
Diffstat (limited to '2.4/conf/sites-available/default.conf')
-rw-r--r-- | 2.4/conf/sites-available/default.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/2.4/conf/sites-available/default.conf b/2.4/conf/sites-available/default.conf index d8e7f67..a2d1fa2 100644 --- a/2.4/conf/sites-available/default.conf +++ b/2.4/conf/sites-available/default.conf @@ -2,7 +2,9 @@ ServerName localhost DocumentRoot "/var/www/html/" <Directory "/var/www/html/"> - Require all denied + Options All + AllowOverride All + Require all granted </Directory> CustomLog /proc/self/fd/1 combined ErrorLog /proc/self/fd/2 |