doc: server configuration: update apache configuration 2.2 -> 2.4

https://httpd.apache.org/docs/current/upgrading.html
This commit is contained in:
nodiscc 2020-08-15 19:47:42 +02:00
parent 45203c0bca
commit ecdae2237f

View file

@ -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 "/\.">