Page MenuHomePhabricator
Paste P6452

(An Untitled Masterwork)
ActivePublic

Authored by Paladox on Dec 12 2017, 6:08 PM.
Tags
None
Referenced Files
F11791357:
Dec 12 2017, 6:08 PM
Subscribers
None
# If you just change the port or add more ports here, you will likely also
# have to change the VirtualHost statement in
# /etc/apache2/sites-enabled/000-default.conf
Listen 127.0.0.1:80
Listen 10.68.22.16:80
Listen [::1]:80
Listen [fe80::7c80:c1ff:fe00:e808]:80
<IfModule ssl_module>
Listen 127.0.0.1:443
Listen 10.68.22.16:443
Listen [::1]:443
Listen [fe80::7c80:c1ff:fe00:e808]:443
</IfModule>
<IfModule mod_gnutls.c>
Listen 127.0.0.1:443
Listen 10.68.22.16:443
Listen [::1]:443
Listen [fe80::7c80:c1ff:fe00:e808]:443
</IfModule>
# vim: syntax=apache ts=4 sw=4 sts=4 sr noet