File tree Expand file tree Collapse file tree 4 files changed +36
-2
lines changed Expand file tree Collapse file tree 4 files changed +36
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ LABEL \
1010 image="nginx-mainline" \
1111 vendor="cytopia" \
1212 license="MIT" \
13- build-date="2017-09-28 "
13+ build-date="2017-09-30 "
1414
1515
1616# ##
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Find me on **[Docker Hub](https://hub.docker.com/r/cytopia/nginx-mainline)**:
1818
1919[ ![ cytopia/nginx-mainline] ( http://dockeri.co/image/cytopia/nginx-mainline )] ( https://hub.docker.com/r/cytopia/nginx-mainline/ )
2020
21- <small >** Latest build:** 2017-09-28 </small >
21+ <small >** Latest build:** 2017-09-30 </small >
2222
2323----
2424
Original file line number Diff line number Diff line change 1010#
1111# server: nginx
1212# conf_dir: /etc/nginx/conf.d
13+ # custom:
1314# vhost:
1415# port:
1516# name:
4849# server: nginx
4950server : nginx
5051
52+
5153# Where to store the generated configuration files.
5254# This must be a directory the web server will read
5355# configuration files from.
5456conf_dir : /etc/httpd/vhost.d
5557
58+
59+ # Custom directive
60+ # Everything specified here will be directly replaced
61+ # into the corresponding vhost directive:
62+ # nginx: server { HERE }
63+ # apache: <VirtualHost *:80> HERE </VirtualHost>
64+ #
65+ # How to add multiline strings?
66+ #
67+ # custom: |
68+ # custom statement 1
69+ # custom statement 2
70+ custom :
71+
72+
5673# Vhost definition
5774vhost :
5875 # What port should this virtual host listen on
Original file line number Diff line number Diff line change 1010#
1111# server: nginx
1212# conf_dir: /etc/nginx/conf.d
13+ # custom:
1314# vhost:
1415# port:
1516# name:
4849# server: nginx
4950server : nginx
5051
52+
5153# Where to store the generated configuration files.
5254# This must be a directory the web server will read
5355# configuration files from.
5456conf_dir : /etc/httpd/conf.d
5557
58+
59+ # Custom directive
60+ # Everything specified here will be directly replaced
61+ # into the corresponding vhost directive:
62+ # nginx: server { HERE }
63+ # apache: <VirtualHost *:80> HERE </VirtualHost>
64+ #
65+ # How to add multiline strings?
66+ #
67+ # custom: |
68+ # custom statement 1
69+ # custom statement 2
70+ custom :
71+
72+
5673# Vhost definition
5774vhost :
5875 # What port should this virtual host listen on
You can’t perform that action at this time.
0 commit comments