[api-web/oscp] Allow accessing /opt/app-root/src
- From: Andrea Veri <averi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [api-web/oscp] Allow accessing /opt/app-root/src
- Date: Tue, 24 Sep 2019 08:32:30 +0000 (UTC)
commit e594446d8abe4e1db4c39f1ba261c05c433e9cf1
Author: Andrea Veri <av gnome org>
Date: Tue Sep 24 08:32:26 2019 +0000
Allow accessing /opt/app-root/src
app_data/httpd-cfg/api.gnome.org.conf | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/app_data/httpd-cfg/api.gnome.org.conf b/app_data/httpd-cfg/api.gnome.org.conf
index 5844d05..bf6e5d0 100644
--- a/app_data/httpd-cfg/api.gnome.org.conf
+++ b/app_data/httpd-cfg/api.gnome.org.conf
@@ -2,3 +2,7 @@
DocumentRoot /opt/app-root/src
ServerName api.gnome.org
</VirtualHost>
+
+<Directory "/opt/app-root/src">
+ Require all granted
+</Directory>
\ No newline at end of file
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]