diff options
Diffstat (limited to 'Services/apache')
-rw-r--r-- | Services/apache/sx-httpd.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Services/apache/sx-httpd.sh b/Services/apache/sx-httpd.sh index b7d368a..a74e766 100644 --- a/Services/apache/sx-httpd.sh +++ b/Services/apache/sx-httpd.sh @@ -36,7 +36,7 @@ function display_container_httpd_header { if [ -v CONTAINER_SERVICE ]; then echo "| Service : $CONTAINER_SERVICE" fi - if [ -v CONTAINER_SERVICE ]; then + if [ -v SERVER_NAME ]; then echo "| ServerName : $SERVER_NAME" fi if [ -v APP_PATH ]; then |