]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
doc: server configuration: update apache configuration 2.2 -> 2.4
authornodiscc <nodiscc@gmail.com>
Sat, 15 Aug 2020 17:47:42 +0000 (19:47 +0200)
committernodiscc <nodiscc@gmail.com>
Sat, 12 Sep 2020 12:31:45 +0000 (14:31 +0200)
https://httpd.apache.org/docs/current/upgrading.html

doc/md/Server-configuration.md

index 281abb0ddf00fcf674d6996c38debcb6d9bfc31a..c22b7d9c5958ce961b12d08957a4144be7a6ea7b 100644 (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 "/\.">