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/>
|
<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 "/\.">
|
||||||
|
|
Loading…
Reference in a new issue