VZ
Size: a a a
VZ
VZ
VZ
VZ
DO
DO
ВМ
DO
DM
DO
A
location ~ /storage/scorm/(.*)/scormdriver/ {
alias /srv/storage_data/app/public/scorm/$1/scormdriver/;
try_files $uri /indexAPI.html;
index indexAPI.html;
}
location /storage/scorm {
root $latest;
rewrite ^/storage/scorm/(.*)$ self_study/scormcheck?path=$1 break;
}
example.com/storage/scorm/6059b9a9c4f86033515b314e/scormdriver/indexAPI.html
попадает во второй локейшин, что надо поправить, что бы запрос поподал в первый?