diff options
Diffstat (limited to 'testing/pdns-gui/pdns-gui.apache2.conf')
-rw-r--r-- | testing/pdns-gui/pdns-gui.apache2.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testing/pdns-gui/pdns-gui.apache2.conf b/testing/pdns-gui/pdns-gui.apache2.conf new file mode 100644 index 0000000000..35e866853b --- /dev/null +++ b/testing/pdns-gui/pdns-gui.apache2.conf @@ -0,0 +1,7 @@ +Alias /pdns-gui "/usr/share/webapps/pdns-gui/web" +<Directory "/usr/share/webapps/pdns-gui/web"> + AllowOverride All + Options FollowSymlinks + Order allow,deny + Allow from all +</Directory> |