11 lines
372 B
Django/Jinja
11 lines
372 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 185.230.79.1:80
|
|
#Listen [2a0c:700:0:24:1e98:ecff:fe15:2c88]:80
|
|
#Listen [2a0c:700:0:2:1e98:ecff:fe15:2c88]:80
|
|
# vim: syntax=apache ts=4 sw=4 sts=4 sr noet
|