Skip to content

Commit

Permalink
Merge pull request #386 from derekhiggins/rm-servername-up
Browse files Browse the repository at this point in the history
Removed ServerName from VirtualHost Directives
  • Loading branch information
metal3-io-bot authored Oct 10, 2022
2 parents d79c077 + 3da2f88 commit 89ba1fb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion ironic-config/apache2-ironic-api.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ Listen {{ env.IRONIC_LISTEN_PORT }}
CustomLog /dev/stdout combined

{% if env.IRONIC_TLS_SETUP == "true" %}
ServerName {{ env.IRONIC_IP }}
SSLEngine on
SSLProtocol {{ env.IRONIC_SSL_PROTOCOL }}
SSLCertificateFile {{ env.IRONIC_CERT_FILE }}
Expand Down
1 change: 0 additions & 1 deletion ironic-config/apache2-vmedia.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ Listen {{ env.VMEDIA_TLS_PORT }}
LogLevel debug
CustomLog /dev/stdout combined

ServerName {{ env.IRONIC_IP }}
SSLEngine on
SSLProtocol {{ env.IRONIC_VMEDIA_SSL_PROTOCOL }}
SSLCertificateFile {{ env.IRONIC_VMEDIA_CERT_FILE }}
Expand Down
2 changes: 0 additions & 2 deletions ironic-inspector-config/inspector-apache.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ Listen {{ env.IRONIC_INSPECTOR_LISTEN_PORT }}
LogLevel debug
CustomLog /dev/stdout combined

ServerName {{ env.IRONIC_IP }}

SSLEngine On
SSLProtocol {{ env.IRONIC_SSL_PROTOCOL }}
SSLCertificateFile {{ env.IRONIC_INSPECTOR_CERT_FILE }}
Expand Down

0 comments on commit 89ba1fb

Please sign in to comment.