diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-01-15 12:33:51 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-01-15 12:33:51 +0100 |
commit | 870a072df476c9a92475203ce91f4c533473bb2f (patch) | |
tree | 9f6efdb5b592efe45b9337164102f19a7e8762fb /debian/mailgraph.conf | |
parent | 04a6ed01ab1080b5aa2f905fe51c79b7dca9b106 (diff) |
move to /usr/share/mailgraph
Diffstat (limited to 'debian/mailgraph.conf')
-rw-r--r-- | debian/mailgraph.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/mailgraph.conf b/debian/mailgraph.conf new file mode 100644 index 0000000..3b4a240 --- /dev/null +++ b/debian/mailgraph.conf @@ -0,0 +1,10 @@ +# mailgraph default Apache configuration + +Alias /mailgraph /usr/share/mailgraph +<Directory /usr/share/mailgraph> + Options +FollowSymLinks +ExecCGI + AddHandler cgi-script .cgi + + Require local + +</Directory> |