[damned-lies/oscp] Missing permissions set for the wsgi.py file



commit 2e0b25f1828818a0f4678eeed3be08455b4cd772
Author: Andrea Veri <averi redhat com>
Date:   Wed Sep 11 19:46:42 2019 +0200

    Missing permissions set for the wsgi.py file

 l10n.gnome.org.conf | 4 ++++
 1 file changed, 4 insertions(+)
---
diff --git a/l10n.gnome.org.conf b/l10n.gnome.org.conf
index d204fd30..cd65a1c6 100644
--- a/l10n.gnome.org.conf
+++ b/l10n.gnome.org.conf
@@ -20,6 +20,10 @@
     AddType text/plain .pot
 </VirtualHost>
 
+<Files "/l10n/damnedlies/damnedlies/wsgi.py">
+  Require all granted
+</Files>
+
 <Directory "/l10n/damnedlies/static">
     Options Indexes
     Require all granted


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