Skip to content

Commit

Permalink
closes #300: removed ip specified in apache confs
Browse files Browse the repository at this point in the history
  • Loading branch information
tecoholic committed May 24, 2017
1 parent 88ab8f5 commit 3834f70
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion templates/hosts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
::1 ip6-localhost ip6-loopback
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
%(ip)s %(hostname)s
%(ip)s %(hostname)s
6 changes: 3 additions & 3 deletions templates/httpd.conf
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
ServerRoot "/etc/httpd"
ServerName %(hostname)s:80
Listen %(ip)s:80
Listen %(ip)s:443
NameVirtualHost %(ip)s:443
Listen *:80
Listen *:443
NameVirtualHost *:443
ServerAdmin %(admin_email)s
Include conf.d/https_gluu.conf
ServerTokens Prod
Expand Down
4 changes: 2 additions & 2 deletions templates/httpd_2.4.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

ServerRoot "/etc/httpd"
ServerName %(hostname)s:80
Listen %(ip)s:80
Listen %(ip)s:443
Listen *:80
Listen *:443
ServerAdmin %(admin_email)s
IncludeOptional conf.d/*gluu.conf
ServerTokens Prod
Expand Down

0 comments on commit 3834f70

Please sign in to comment.