diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-09-26 11:23:19 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-09-26 11:23:19 +0100 |
commit | 8edb3340deddb68c0d30d25f364f4220eff17953 (patch) | |
tree | f20726a5f744d4b0880d2e84008de56c8d8271f2 /bin | |
parent | 7d5b484c57aeb0c06b4a62128af136919902a1c2 (diff) |
Remove unneeded CGI config lines.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/pre-install-as-root | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/pre-install-as-root b/bin/pre-install-as-root index 3f7fb291f..c1bc3f8c2 100755 --- a/bin/pre-install-as-root +++ b/bin/pre-install-as-root @@ -217,8 +217,6 @@ add_website_to_apache() { # # WARNING - enable auth here on production machine # - Options +ExecCGI - AddHandler cgi-script .cgi </Location> Alias /admin/ $REPOSITORY/web-admin/ |