mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-23 05:38:23 +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>.*) {
|
location ~ ^/media/(?P<file>.*) {
|
||||||
root /openedx/uploads;
|
root /openedx/data/lms/uploads;
|
||||||
try_files /$file =404;
|
try_files /$file =404;
|
||||||
expires 31536000s;
|
expires 31536000s;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user