1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-14 20:22:08 +00:00

force apache2 to use localhost only

This commit is contained in:
Jerry Vonau 2019-11-06 01:12:53 -06:00
parent 57073fa4ed
commit 18eb022f2d

View file

@ -2,7 +2,7 @@
# have to change the VirtualHost statement in
# /etc/apache2/sites-enabled/000-default.conf
Listen {{ apache_port }}
Listen 127.0.0.1:{{ apache_port }}
#<IfModule ssl_module>
# Listen 443