diff options
author | nodiscc <nodiscc@gmail.com> | 2020-08-15 19:47:42 +0200 |
---|---|---|
committer | nodiscc <nodiscc@gmail.com> | 2020-09-12 14:31:45 +0200 |
commit | ecdae2237f85b93bb3db436cf405a88c945e2a7a (patch) | |
tree | 7c6119dc1894d71f0ed36a2b2fbc8a02c52f5efb /doc | |
parent | 45203c0bca53f49f2b99af271950718e03336bee (diff) | |
download | Shaarli-ecdae2237f85b93bb3db436cf405a88c945e2a7a.tar.gz Shaarli-ecdae2237f85b93bb3db436cf405a88c945e2a7a.tar.zst Shaarli-ecdae2237f85b93bb3db436cf405a88c945e2a7a.zip |
doc: server configuration: update apache configuration 2.2 -> 2.4
https://httpd.apache.org/docs/current/upgrading.html
Diffstat (limited to 'doc')
-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 "/\."> |