Narrow listen for local apache

This commit is contained in:
Salt 2020-07-12 10:02:18 -05:00
parent 00ffbed6d2
commit 81ec24b28a

View File

@ -2,7 +2,7 @@
# vim:ft=apache:
# Website configuration
<VirtualHost *:80>
<VirtualHost 127.0.0.*:80>
ServerName localhost
DocumentRoot "/var/www/localhost"
</VirtualHost>