Mounting "conf" directory instead of just httpd.conf
This commit is contained in:
@@ -35,7 +35,7 @@ services:
|
|||||||
restart: on-failure
|
restart: on-failure
|
||||||
volumes:
|
volumes:
|
||||||
{{- if eq .Values.PERSIST_CONF "true"}}
|
{{- if eq .Values.PERSIST_CONF "true"}}
|
||||||
- /RancherCattle/${DATA_DIR}/Configuration/httpd.conf:/usr/local/apache2/conf/httpd.conf
|
- /RancherCattle/${DATA_DIR}/Configuration:/usr/local/apache2/conf
|
||||||
{{- end}}
|
{{- end}}
|
||||||
- /RancherCattle/${DATA_DIR}/Public-HTML:/usr/local/apache2/htdocs/
|
- /RancherCattle/${DATA_DIR}/Public-HTML:/usr/local/apache2/htdocs/
|
||||||
|
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ catalog:
|
|||||||
label: "Web Port"
|
label: "Web Port"
|
||||||
description: |
|
description: |
|
||||||
The port to locally access the web interface on.
|
The port to locally access the web interface on.
|
||||||
Leaving this blank will disable opening any port on the host system.
|
Leaving this empty will disable opening any port on the host system.
|
||||||
default: "10900"
|
default: "10900"
|
||||||
required: false
|
required: false
|
||||||
type: int
|
type: int
|
||||||
@@ -37,7 +37,7 @@ catalog:
|
|||||||
- variable: "PERSIST_CONF"
|
- variable: "PERSIST_CONF"
|
||||||
label: "Persistent Configuration"
|
label: "Persistent Configuration"
|
||||||
description: |
|
description: |
|
||||||
Have a persistent httpd.conf file mounted.
|
Have a persistent "conf" directory.
|
||||||
default: true
|
default: true
|
||||||
required: true
|
required: true
|
||||||
type: boolean
|
type: boolean
|
||||||
|
|||||||
Reference in New Issue
Block a user