[bitnami/moodle] Release 4.1.2-debian-11-r1 (#27398)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
52426b601d
commit
6e172d4dde
|
|
@ -5,10 +5,10 @@ ARG TARGETARCH
|
|||
ARG WITH_ALL_LOCALES="no"
|
||||
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||
org.opencontainers.image.created="2023-03-13T04:36:55Z" \
|
||||
org.opencontainers.image.created="2023-03-14T14:45:57Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="4.1.2-debian-11-r0" \
|
||||
org.opencontainers.image.ref.name="4.1.2-debian-11-r1" \
|
||||
org.opencontainers.image.title="moodle" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="4.1.2"
|
||||
|
|
|
|||
|
|
@ -43,4 +43,24 @@ php_conf_set extension "pgsql"
|
|||
# Enable default web server configuration for Moodle
|
||||
info "Creating default web server configuration for Moodle"
|
||||
web_server_validate
|
||||
ensure_web_server_app_configuration_exists "moodle" --type php
|
||||
ensure_web_server_app_configuration_exists "moodle" --type php --apache-additional-configuration '
|
||||
RewriteEngine On
|
||||
|
||||
RewriteRule "(\/vendor\/)" - [F]
|
||||
RewriteRule "(\/node_modules\/)" - [F]
|
||||
RewriteRule "(^|/)\.(?!well-known\/)" - [F]
|
||||
RewriteRule "(composer\.json)" - [F]
|
||||
RewriteRule "(\.lock)" - [F]
|
||||
RewriteRule "(\/environment.xml)" - [F]
|
||||
Options -Indexes
|
||||
RewriteRule "(\/install.xml)" - [F]
|
||||
RewriteRule "(\/README)" - [F]
|
||||
RewriteRule "(\/readme)" - [F]
|
||||
RewriteRule "(\/moodle_readme)" - [F]
|
||||
RewriteRule "(\/upgrade\.txt)" - [F]
|
||||
RewriteRule "(phpunit\.xml\.dist)" - [F]
|
||||
RewriteRule "(\/tests\/behat\/)" - [F]
|
||||
RewriteRule "(\/fixtures\/)" - [F]
|
||||
|
||||
RewriteRule "(\/package\.json)" - [F]
|
||||
'
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@
|
|||
> Moodle™ LMS is an open source online Learning Management System widely used at universities, schools, and corporations. It is modular and highly adaptable to any type of online learning.
|
||||
|
||||
[Overview of Bitnami LMS powered by Moodle™ LMS](http://moodle.org/)
|
||||
|
||||
Disclaimer: The respective trademarks mentioned in the offering are owned by the respective companies. We do not provide commercial license of any of these products. This listing has an open source license. Moodle(TM) LMS is run and maintained by Moodle HQ, that is a completely and separate project from Bitnami.
|
||||
|
||||
## TL;DR
|
||||
|
|
|
|||
Loading…
Reference in New Issue