20200729.0.0-debian-10-r107 release
This commit is contained in:
parent
ebb74fb5dc
commit
04d5b74eb8
|
|
@ -28,7 +28,7 @@ ENV APACHE_ENABLE_CUSTOM_PORTS="no" \
|
|||
APACHE_HTTPS_PORT_NUMBER="" \
|
||||
APACHE_HTTP_PORT_NUMBER="" \
|
||||
BITNAMI_APP_NAME="dokuwiki" \
|
||||
BITNAMI_IMAGE_VERSION="20200729.0.0-debian-10-r106" \
|
||||
BITNAMI_IMAGE_VERSION="20200729.0.0-debian-10-r107" \
|
||||
PATH="/opt/bitnami/php/bin:/opt/bitnami/php/sbin:/opt/bitnami/apache/bin:/opt/bitnami/common/bin:$PATH"
|
||||
|
||||
EXPOSE 8080 8443
|
||||
|
|
|
|||
|
|
@ -0,0 +1,7 @@
|
|||
<VirtualHost 127.0.0.1:80>
|
||||
ServerName status.localhost
|
||||
<Location /server-status>
|
||||
Require local
|
||||
SetHandler server-status
|
||||
</Location>
|
||||
</VirtualHost>
|
||||
|
|
@ -26,9 +26,4 @@ SSLSessionCacheTimeout 300
|
|||
|
||||
# Error Documents
|
||||
ErrorDocument 503 /503.html
|
||||
|
||||
<Location /server-status>
|
||||
Require local
|
||||
SetHandler server-status
|
||||
</Location>
|
||||
</VirtualHost>
|
||||
|
|
|
|||
|
|
@ -13,11 +13,6 @@ SetEnvIf X-Forwarded-Proto https HTTPS=on
|
|||
|
||||
# Error Documents
|
||||
ErrorDocument 503 /503.html
|
||||
|
||||
<Location /server-status>
|
||||
Require local
|
||||
SetHandler server-status
|
||||
</Location>
|
||||
</VirtualHost>
|
||||
|
||||
Include "{{APACHE_CONF_DIR}}/bitnami/bitnami-ssl.conf"
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ Non-root container images add an extra layer of security and are generally recom
|
|||
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`20200729`, `20200729-debian-10`, `20200729.0.0`, `20200729.0.0-debian-10-r106`, `latest` (20200729/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-dokuwiki/blob/20200729.0.0-debian-10-r106/20200729/debian-10/Dockerfile)
|
||||
* [`20200729`, `20200729-debian-10`, `20200729.0.0`, `20200729.0.0-debian-10-r107`, `latest` (20200729/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-dokuwiki/blob/20200729.0.0-debian-10-r107/20200729/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/dokuwiki GitHub repo](https://github.com/bitnami/bitnami-docker-dokuwiki).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue