aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilo Casagrande <milo@ubuntu.com>2013-03-14 09:35:06 +0100
committerMilo Casagrande <milo@ubuntu.com>2013-03-14 09:35:06 +0100
commitfbe283747f3fc122680ce03851511e18d25191a8 (patch)
tree13a9d613dbd704dd33fbb85e35292b6615a3ff86
parentf0e082535e445884ca3ab80ee8ad22380100b6dc (diff)
Added SSL module for Apache.
-rwxr-xr-xscripts/rhodecode-setup2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/rhodecode-setup b/scripts/rhodecode-setup
index b63596c..5e71b23 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", "expires", "headers"]
+APACHE_ENABLE_MODULES = ["proxy", "proxy_http", "expires", "headers", "ssl"]
# Apache websites to disable.
APACHE_DISABLE_SITES = ["default"]