From 777c6a56518ac80f47339d576b64aac7a2eaff9b Mon Sep 17 00:00:00 2001 From: Vahn Gomes Date: Tue, 3 Oct 2023 22:16:50 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore(my-httpd.conf):=20update?= =?UTF-8?q?=20ServerName=20to=20bind=20to=20all=20available=20network=20in?= =?UTF-8?q?terfaces=20(0.0.0.0)=20instead=20of=20a=20specific=20IP=20addre?= =?UTF-8?q?ss?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/my-httpd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/my-httpd.conf b/docker/my-httpd.conf index 106a9f3e..9e92c4b7 100644 --- a/docker/my-httpd.conf +++ b/docker/my-httpd.conf @@ -238,7 +238,7 @@ ServerAdmin you@example.com # # If your host doesn't have a registered DNS name, enter its IP address here. # -#ServerName www.example.com:80 +ServerName 0.0.0.0:80 # # Deny access to the entirety of your server's filesystem. You must