mirror of
https://github.com/bitnami/containers.git
synced 2026-03-27 07:17:59 +08:00
Update Goss scripts making it compatible with Goss 4 (#51894)
Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
This commit is contained in:
committed by
GitHub
parent
b10a2ba35b
commit
3a07ef0579
@@ -5,7 +5,7 @@ file:
|
||||
/opt/bitnami/apache/conf/vhosts/dokuwiki-vhost.conf:
|
||||
exists: true
|
||||
filetype: file
|
||||
contains:
|
||||
contents:
|
||||
- /DocumentRoot.*/opt/bitnami/dokuwiki/
|
||||
- "RewriteEngine on"
|
||||
- "RewriteCond %{REQUEST_URI} !^/server-status$"
|
||||
@@ -13,7 +13,7 @@ file:
|
||||
/opt/bitnami/apache/conf/vhosts/dokuwiki-https-vhost.conf:
|
||||
exists: true
|
||||
filetype: file
|
||||
contains:
|
||||
contents:
|
||||
- "SSLEngine on"
|
||||
- /DocumentRoot.*/opt/bitnami/dokuwiki/
|
||||
- "RewriteEngine on"
|
||||
@@ -22,7 +22,7 @@ file:
|
||||
/opt/bitnami/php/etc/php.ini:
|
||||
exists: true
|
||||
filetype: file
|
||||
contains:
|
||||
contents:
|
||||
- /^memory_limit = 256M/
|
||||
group:
|
||||
daemon:
|
||||
|
||||
Reference in New Issue
Block a user