summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2010-08-16 21:51:22 +0200
committermh <mh@immerda.ch>2010-08-16 21:51:22 +0200
commitb3a17cff5315fbbda901a6f1d406c3500cf65a3a (patch)
tree24333b39346d8f6334fba28deaba415bf1ce700e /templates
parente8e48e7fc60d5551a315f9b0b6a01adfdc0e3558 (diff)
fix various missing things for itk_plus mode
Diffstat (limited to 'templates')
-rw-r--r--templates/itk_plus/CentOS/00-listen-ssl.conf.erb6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/itk_plus/CentOS/00-listen-ssl.conf.erb b/templates/itk_plus/CentOS/00-listen-ssl.conf.erb
new file mode 100644
index 0000000..1c06433
--- /dev/null
+++ b/templates/itk_plus/CentOS/00-listen-ssl.conf.erb
@@ -0,0 +1,6 @@
+<IfDefine HttpdLocal>
+Listen 127.0.0.1:443
+</IfDefine>
+<IfDefine !HttpdLocal>
+Listen <%= ipaddress %>:443
+</IfDefine>