doc: server configuration: update apache configuration 2.2 -> 2.4
https://httpd.apache.org/docs/current/upgrading.html
This commit is contained in:
parent
45203c0bca
commit
ecdae2237f
1 changed files with 1 additions and 2 deletions
|
@ -160,8 +160,7 @@ sudo nano /etc/apache2/sites-available/shaarli.mydomain.org.conf
|
|||
<Directory /var/www/shaarli.mydomain.org/>
|
||||
# Required for .htaccess support
|
||||
AllowOverride All
|
||||
Order allow,deny
|
||||
Allow from all
|
||||
Require all granted
|
||||
</Directory>
|
||||
|
||||
<LocationMatch "/\.">
|
||||
|
|
Loading…
Reference in a new issue