Problem solved! Thank you. I was sure I had tried that - but I must have done it wrong.
Changing
location / {
root /data/www/moodle;
}
to
location / {
root /data/www;
}
and updating my moodle configuration file fixed my issue.
Thank you again.
Changing
location / {
root /data/www/moodle;
}
to
location / {
root /data/www;
}
and updating my moodle configuration file fixed my issue.
Thank you again.