Skip to content

Commit 5ed5cb7

Browse files
committed
Use the Moodle Router as a FallbackResource
1 parent b253e63 commit 5ed5cb7

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ RUN mkdir /var/www/moodledata && chown www-data /var/www/moodledata && \
4848
mkdir /var/www/behatfaildumps && chown www-data /var/www/behatfaildumps
4949

5050
ADD root/usr /usr
51+
ADD root/etc /etc
5152

5253
# Fix the original permissions of /tmp, the PHP default upload tmp dir.
5354
RUN chmod 777 /tmp && chmod +t /tmp
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<Location "/">
2+
FallbackResource /r.php
3+
</Location>

0 commit comments

Comments
 (0)