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/> <Directory /var/www/shaarli.mydomain.org/>
# Required for .htaccess support # Required for .htaccess support
AllowOverride All AllowOverride All
Order allow,deny Require all granted
Allow from all
</Directory> </Directory>
<LocationMatch "/\."> <LocationMatch "/\.">