[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[snapshot/master] update apache.conf for jessie



---
 etc/apache.conf | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/etc/apache.conf b/etc/apache.conf
index d4145c4..8dd4c29 100644
--- a/etc/apache.conf
+++ b/etc/apache.conf
@@ -26,10 +26,13 @@ WSGIDaemonProcess snapshot.debian.org user=nobody group=nogroup home=/ processes
   RewriteCond  %{HTTP_HOST} ^snapshot.debian.net$
   RewriteRule ^/(.*)$ http://snapshot.debian.org/ [R]
 
-
-  <Directory /srv/snapshot.debian.org/htdocs>
-    Order allow,deny
-    Allow from all
+  <Directory /srv/snapshot.debian.org/web/public>
+    Require all granted
+  </Directory>
+  <Directory /srv/snapshot.debian.org/bin>
+    <Files snapshot.wsgi>
+      Require all granted
+    </Files>
   </Directory>
 
   WSGIScriptAlias / /srv/snapshot.debian.org/bin/snapshot.wsgi
-- 
2.1.4



Reply to: