diff options
-rw-r--r-- | doc/md/Server-configuration.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/md/Server-configuration.md b/doc/md/Server-configuration.md index 281abb0d..c22b7d9c 100644 --- a/doc/md/Server-configuration.md +++ b/doc/md/Server-configuration.md | |||
@@ -160,8 +160,7 @@ sudo nano /etc/apache2/sites-available/shaarli.mydomain.org.conf | |||
160 | <Directory /var/www/shaarli.mydomain.org/> | 160 | <Directory /var/www/shaarli.mydomain.org/> |
161 | # Required for .htaccess support | 161 | # Required for .htaccess support |
162 | AllowOverride All | 162 | AllowOverride All |
163 | Order allow,deny | 163 | Require all granted |
164 | Allow from all | ||
165 | </Directory> | 164 | </Directory> |
166 | 165 | ||
167 | <LocationMatch "/\."> | 166 | <LocationMatch "/\."> |