remove extra server_name line

This commit is contained in:
rbrooklyn 2020-02-14 18:20:47 +00:00 committed by GitHub
parent f8706f0a62
commit 404e90b0d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,6 @@ http {
server {
listen 80;
listen [::]:80;
server_name docker.lan;
root /var/www/html;