Further restrict access to cgi-bin on http://popcon.d.o
[mirror/dsa-puppet.git] / modules / roles / files / popcon / popcon.debian.org.conf
index 41fc1ef..8c05084 100644 (file)
@@ -8,7 +8,9 @@
 
        ScriptAlias /cgi-bin /srv/popcon.debian.org/cgi-bin/
        <Directory /srv/popcon.debian.org/cgi-bin>
-               Require all granted
+               <Files "popcon.cgi">
+                       Require all granted
+               </Files>
        </Directory>
 
        RewriteEngine on