mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-05 15:12:10 +00:00
Fix lms uploads path in nginx
This commit is contained in:
parent
81af46fbe9
commit
3c850eb3d1
@ -51,7 +51,7 @@ server {
|
||||
}
|
||||
|
||||
location ~ ^/media/(?P<file>.*) {
|
||||
root /openedx/uploads;
|
||||
root /openedx/data/lms/uploads;
|
||||
try_files /$file =404;
|
||||
expires 31536000s;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user