10 lines
313 B
Django/Jinja
10 lines
313 B
Django/Jinja
# 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 172.16.10.31:80
|
|
Listen [::1]:80
|
|
Listen [fd00::10:1e98:ecff:fe15:2c8a]:80
|
|
# vim: syntax=apache ts=4 sw=4 sts=4 sr noet
|