Embed presentation
Download to read offline






![location / {
set $shards_num 24;
perl sharding::handler;
}
location /shard0/ {
internal;
rewrite
^/shard[0-9]+(/.*) $1 break;
proxy_pass http://shard0;
}](https://image.slidesharecdn.com/cee-secr-2016-andrey-shorin-ru-161028022607/85/90-7-320.jpg)





The document discusses technical aspects of managing large data sets with a focus on Nginx configuration for handling image storage and retrieval. It includes code snippets for setting up sharding and proxying requests based on certain conditions. Additionally, it mentions an event where this topic was presented, specifically the 12th International Conference in Moscow.






![location / {
set $shards_num 24;
perl sharding::handler;
}
location /shard0/ {
internal;
rewrite
^/shard[0-9]+(/.*) $1 break;
proxy_pass http://shard0;
}](https://image.slidesharecdn.com/cee-secr-2016-andrey-shorin-ru-161028022607/85/90-7-320.jpg)



