Add new Nginx rule for SCORM js files

remotes/angel/1.11.x
Yannick Warnier 8 years ago
parent 12f9791151
commit e82d7df08c
  1. 2
      documentation/installation_guide.html

@ -741,7 +741,7 @@ If you have issues with files taking a long time to download, make sure you reco
}
# Serve static files directly
location ~* \.(png|jpe?g|gif|ico)$ {
location ~* \.(png|jpe?g|gif|ico|js)$ {
expires 1y;
access_log off;
rewrite ^/courses/([^/]+)/course-pic85x85.png$ /app/courses/$1/course-pic85x85.png last;

Loading…
Cancel
Save