switch alpine nginx hostname to _

This commit is contained in:
diginc 2017-10-16 19:40:59 -05:00
parent fda63c8f82
commit 825248fb86
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ http {
server {
# PHP SERVER_NAME is empty unless set, which can bug out ipv6less setups
server_name dockerpi.hole;
server_name _;
listen 80 default_server;
listen [::]:80 default_server;
root /var/www/html;