From 89da8c9db9bec2ab7ab6f3f718a9fb712a3d2dae Mon Sep 17 00:00:00 2001 From: A Holt Date: Fri, 2 Jul 2021 14:37:00 -0400 Subject: [PATCH] moodle-nginx.conf.j2: Link to 2 critical pages for ongoing maintenance --- roles/moodle/templates/moodle-nginx.conf.j2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/moodle/templates/moodle-nginx.conf.j2 b/roles/moodle/templates/moodle-nginx.conf.j2 index c52957bde..2f19718e4 100644 --- a/roles/moodle/templates/moodle-nginx.conf.j2 +++ b/roles/moodle/templates/moodle-nginx.conf.j2 @@ -1,3 +1,7 @@ +# 2021-07-02: Let's monitor & learn from these 2 pages year-by-year: +# https://docs.moodle.org/311/en/Nginx +# https://github.com/moodlebox/moodlebox/blob/master/roles/webserver/templates/etc/nginx/sites-available/default.j2 + #location ~ ^/moodle/dataroot/ { # internal; # alias {{ moodle_data }};