[wgo-web] Allow accessing the virtualhost root
- From: Andrea Veri <averi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [wgo-web] Allow accessing the virtualhost root
- Date: Tue, 12 Mar 2019 14:41:48 +0000 (UTC)
commit 5ffbf9de24f1c4549eae5250fb2c0147349655b5
Author: Andrea Veri <averi redhat com>
Date: Tue Mar 12 15:41:33 2019 +0100
Allow accessing the virtualhost root
www.gnome.org.conf | 12 +++---------
1 file changed, 3 insertions(+), 9 deletions(-)
---
diff --git a/www.gnome.org.conf b/www.gnome.org.conf
index 5436a17..d9b1d7a 100644
--- a/www.gnome.org.conf
+++ b/www.gnome.org.conf
@@ -81,14 +81,6 @@
#
RewriteRule ^/~(.+) http://people.gnome.org/~$1 [R=301,L]
- # Nightly XML export for the Websites team
- <Location /xml-export>
- AuthType Basic
- AuthName "Nightly XML Exports"
- AuthUserFile /srv/http/www.gnome.org/htaccess.xmlexports
- Require valid-user
- </Location>
-
<Location /.well-known/browserid>
ForceType application/json
</Location>
@@ -110,9 +102,11 @@
</VirtualHost>
<Directory /srv/http/www.gnome.org/html>
- Options -Indexes
+ Options -Indexes
AllowOverride FileInfo
+ Require all granted
+
<Files wp-config.php>
Order allow,deny
Deny from all
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]