Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ RUN mkdir /var/www/moodledata && chown www-data /var/www/moodledata && \
mkdir /var/www/.nvm && chown www-data /var/www/.nvm

ADD root/usr /usr
ADD root/etc /etc

# Fix the original permissions of /tmp, the PHP default upload tmp dir.
RUN chmod 777 /tmp && chmod +t /tmp
Expand Down
3 changes: 3 additions & 0 deletions root/etc/apache2/conf-enabled/fallback.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<Location "/">
FallbackResource /r.php
</Location>