Skip to content

Commit df1c584

Browse files
committed
Use the Moodle Router as a FallbackResource
1 parent 560e0ba commit df1c584

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ RUN mkdir /var/www/moodledata && chown www-data /var/www/moodledata && \
5050
mkdir /var/www/.nvm && chown www-data /var/www/.nvm
5151

5252
ADD root/usr /usr
53+
ADD root/etc /etc
5354

5455
# Fix the original permissions of /tmp, the PHP default upload tmp dir.
5556
RUN chmod 777 /tmp && chmod +t /tmp
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)