File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ MAINTAINER "cytopia" <cytopia@everythingcli.org>
55# ##
66# ## Build arguments
77# ##
8- ARG VHOST_GEN_GIT_REF=0.5
8+ ARG VHOST_GEN_GIT_REF=0.7
99ARG CERT_GEN_GIT_REF=0.2
1010
1111ENV BUILD_DEPS \
@@ -35,7 +35,6 @@ ENV HTTPD_RELOAD="nginx -s stop"
3535# required packages
3636RUN set -x \
3737 && apt-get update \
38- && apt-get upgrade -y \
3938 && apt-get install --no-install-recommends --no-install-suggests -y \
4039 ${BUILD_DEPS} \
4140 ${RUN_DEPS} \
Original file line number Diff line number Diff line change 8787 # to prepend another subdirectory here.
8888 docroot :
8989 suffix :
90+ # Array of indecies to serve as default files (e.g.: index.php, index.html, etc)
91+ index :
92+ - index.php
9093 # SSL Definition
9194 ssl :
9295 dir_crt : /etc/httpd/cert/main
Original file line number Diff line number Diff line change @@ -87,6 +87,11 @@ vhost:
8787 # to prepend another subdirectory here.
8888 docroot :
8989 suffix : __DOCROOT_SUFFIX__
90+ # Array of indecies to serve as default files (e.g.: index.php, index.html, etc)
91+ index :
92+ - index.php
93+ - index.html
94+ - index.htm
9095 # SSL Definition
9196 ssl :
9297 dir_crt : /etc/httpd/cert/mass
You can’t perform that action at this time.
0 commit comments