changes to nginx conf
parent
6dbb48720a
commit
c1cfc1ea96
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue