aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilo Casagramde <milo.casagrande@linaro.org>2013-02-27 11:22:06 +0000
committerMilo Casagramde <milo.casagrande@linaro.org>2013-02-27 11:22:06 +0000
commit0f93492d1ea35b2fe8c5d17f4271178801988a80 (patch)
treeb58cb7a5ad2ec91fea0bf30e3765753b465969fa
parentc300269624e05de4cf11d6e5493b87623fc91e87 (diff)
Enabled expires and headers apache modules.
-rwxr-xr-xscripts/rhodecode-setup2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/rhodecode-setup b/scripts/rhodecode-setup
index 2a7014c..b63596c 100755
--- a/scripts/rhodecode-setup
+++ b/scripts/rhodecode-setup
@@ -84,7 +84,7 @@ RHODECODE_LOG_DIR = "/var/log/rhodecode"
# Default websites directory.
APACHE_DEFAULT_DIR = "/etc/apache2/sites-available/"
# Default modules to enalbe in Apache
-APACHE_ENABLE_MODULES = ["proxy", "proxy_http"]
+APACHE_ENABLE_MODULES = ["proxy", "proxy_http", "expires", "headers"]
# Apache websites to disable.
APACHE_DISABLE_SITES = ["default"]