7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-06-01 13:50:47 +00:00

Fix lms uploads path in nginx

This commit is contained in:
Régis Behmo 2018-01-29 17:20:50 +01:00
parent 81af46fbe9
commit 3c850eb3d1

View File

@ -51,7 +51,7 @@ server {
}
location ~ ^/media/(?P<file>.*) {
root /openedx/uploads;
root /openedx/data/lms/uploads;
try_files /$file =404;
expires 31536000s;
}