Skip to content

Commit

Permalink
🔧 chore(my-httpd.conf): update ServerName to bind to all available ne…
Browse files Browse the repository at this point in the history
…twork interfaces (0.0.0.0) instead of a specific IP address
  • Loading branch information
Codycody31 committed Oct 4, 2023
1 parent a51a7d2 commit 777c6a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/my-httpd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ ServerAdmin [email protected]
#
# 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
Expand Down

0 comments on commit 777c6a5

Please sign in to comment.