changes to nginx conf

merge-requests/2/head
Matthew 2021-12-12 18:17:51 -05:00
parent 6dbb48720a
commit c1cfc1ea96
No known key found for this signature in database
GPG Key ID: 210AF32ADE3B5C4B
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ server {
location /dataroot/ {
internal;
alias /opt/moodledata/; # ensure the path ends with /
alias /var/opt/moodledata/; # ensure the path ends with /
}
# Hide all dot files but allow "Well-Known URIs" as per RFC 5785