Answer the question
In order to leave comments, you need to log in
How to write such a rule?
There is a file storage with the following system:
каталог-с-сайтом/files/username/albumName/subAlbumName/file.jpg
location /files/ {
alias /var/www/my-site/files/;
}
/id[a-z0-9]*/[-А-ЯЁа-яёA-Za-z]*/[-0-9]*/
/id4j23jrv2rv238/Мои%20файлы/07-12-2015/
var/www/my-site/files/id4j23jrv2rv238/Мои файлы/07-12-2015/
Answer the question
In order to leave comments, you need to log in
I wrote it myself, maybe it will be useful to someone.
location ~ /id[a-z0-9]+/.+/[-0-9]+ {
root /var/www/my-site/files/;
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question