summarylogtreecommitdiffstats
path: root/apache.example.conf
diff options
context:
space:
mode:
authorSonic-Y3k2015-09-13 14:34:27 +0200
committerSonic-Y3k2015-09-13 14:34:27 +0200
commit7a5a63568435b1eee7cfdf3e300b36c3dd679d70 (patch)
treeef9486ff58a42eff46665acd2a24970cfedda8f0 /apache.example.conf
parent44be49feccebe483b3991671c68a33a04bb59c68 (diff)
downloadaur-plexwatchweb.tar.gz
Fixed open_basedir restriction.
Diffstat (limited to 'apache.example.conf')
-rw-r--r--apache.example.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/apache.example.conf b/apache.example.conf
index 5e1d44d262cd..f638042874e2 100644
--- a/apache.example.conf
+++ b/apache.example.conf
@@ -6,7 +6,7 @@
Options FollowSymlinks
AllowOverride all
Require all granted
- php_admin_value open_basedir "/srv/http/:/home/:/tmp/:/usr/share/pear/:/usr/share/webapps/plexWatchWeb/:/etc/webapps/plexWatchWeb"
+ php_admin_value open_basedir "/srv/http/:/home/:/tmp/:/usr/share/pear/:/usr/share/webapps/plexWatchWeb/:/etc/webapps/plexWatchWeb/:/opt/plexWatch/"
</Directory>
<VirtualHost *:80>