diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-09-26 11:27:04 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-09-26 11:27:04 +0100 |
commit | dc1433ed0bb2ec67db72c9916175e352c7e52295 (patch) | |
tree | 1ab206544b9f492ae2cb92f5d2c365d10094b4a9 | |
parent | 8edb3340deddb68c0d30d25f364f4220eff17953 (diff) |
Changes to match what install script does.
-rw-r--r-- | conf/httpd.conf-example | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/conf/httpd.conf-example b/conf/httpd.conf-example index e7900161e..2cced0537 100644 --- a/conf/httpd.conf-example +++ b/conf/httpd.conf-example @@ -23,13 +23,15 @@ # # # # WARNING - enable auth here on production machine # # -# Options +ExecCGI -# AddHandler cgi-script .cgi # </Location> # # Alias /admin/ /home/yourname/fixmystreet/web-admin/ # -# Alias /jslib/ "/home/yourname/fixmystreet/commonlib/jslib/" +# Alias /jslib/ /home/yourname/fixmystreet/commonlib/jslib/ +# <Location /jslib> +# AddOutputFilter DEFLATE js +# Header append Cache-Control "no-transform" +# </Location> # # </VirtualHost> # |