[damned-lies/oscp] Allow access to all media subdirectories



commit 7cb0058377be257f3e49ca4ff3c09dc8c10660b9
Author: Claude Paroz <claude 2xlibre net>
Date:   Sat Apr 4 10:55:37 2020 +0200

    Allow access to all media subdirectories

 httpd/l10n.gnome.org.conf                         | 2 +-
 virtualenv/app_data/httpd-cfg/l10n.gnome.org.conf | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/httpd/l10n.gnome.org.conf b/httpd/l10n.gnome.org.conf
index d3dda83a..449d47a0 100644
--- a/httpd/l10n.gnome.org.conf
+++ b/httpd/l10n.gnome.org.conf
@@ -24,7 +24,7 @@
     Require all granted
 </DirectoryMatch> 
 
-<Directory "/var/www/djamnedlies/data/media/upload">
+<Directory "/var/www/djamnedlies/data/media">
     Options Indexes
     Require all granted
 </Directory> 
diff --git a/virtualenv/app_data/httpd-cfg/l10n.gnome.org.conf 
b/virtualenv/app_data/httpd-cfg/l10n.gnome.org.conf
index d9a207fe..c980909e 100644
--- a/virtualenv/app_data/httpd-cfg/l10n.gnome.org.conf
+++ b/virtualenv/app_data/httpd-cfg/l10n.gnome.org.conf
@@ -29,7 +29,7 @@
     Require all granted
 </DirectoryMatch> 
 
-<Directory "/var/www/djamnedlies/data/media/upload">
+<Directory "/var/www/djamnedlies/data/media">
     Options Indexes
     Require all granted
 </Directory> 


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