diff options
| author | startxfr <clarue@startx.fr> | 2015-11-29 04:45:26 +0100 | 
|---|---|---|
| committer | startxfr <clarue@startx.fr> | 2015-11-29 04:45:26 +0100 | 
| commit | eb3d88b10a0feb302a9fd1ec60a7a92caebb856c (patch) | |
| tree | d5505c96ddd69b6c47cd00bb77f8de0b15012720 /Services/apache | |
| parent | 78d1d5017e8acbc8b4bb7f0f567d10f0e47a75df (diff) | |
start reshaping nodejs service
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  | 
