commit | 640625fd07abe3d98599d81c6565fd55bcd03326 | [log] [tgz] |
---|---|---|
author | Filip Pytloun <filip@pytloun.cz> | Mon Oct 19 17:00:52 2015 +0200 |
committer | Filip Pytloun <filip@pytloun.cz> | Mon Oct 19 17:00:52 2015 +0200 |
tree | 61a7e7307cb874ad3a13b2526029542a1174573c | |
parent | f0c6cf68565b95c12c7ffec2ecb9d237d4c1cfc3 [diff] |
Configure ports.conf to allow bind on non-80 port
diff --git a/horizon/conf/ports.conf b/horizon/conf/ports.conf index 3adc8ac..3b7254e 100644 --- a/horizon/conf/ports.conf +++ b/horizon/conf/ports.conf
@@ -3,7 +3,7 @@ # have to change the VirtualHost statement in # /etc/apache2/sites-enabled/000-default.conf -Listen {{ server.bind.address }}:80 +Listen {{ server.bind.address }}:{{ server.bind.port }} <IfModule ssl_module> Listen {{ server.bind.address }}:443