Skip to content

Commit

Permalink
fix(#213): add global server name to config
Browse files Browse the repository at this point in the history
  • Loading branch information
Jumpy-Squirrel committed Dec 23, 2023
1 parent 4f0b917 commit bc7ba0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions httpd-container.conf
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ LoadModule proxy_module /usr/lib/apache2/mod_proxy.so
LoadModule proxy_http_module /usr/lib/apache2/mod_proxy_http.so
# LoadModule proxy_http2_module /usr/lib/apache2/mod_proxy_http2.so

ServerName ${HTTPD_CONF_SERVER_NAME}
ServerSignature Off

<Directory />
Expand Down

0 comments on commit bc7ba0f

Please sign in to comment.