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:
parent
57073fa4ed
commit
18eb022f2d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue