BS
http://nginx.org/ru/docs/http/ngx_http_index_module.html
уменя запрос оканчиваеися /test.txt
Size: a a a
BS
NK
NK
BS
VS
BS
VS
BS
BS
VS
VS
VS
VS
location ~* apple-touch-icon(.*)\.png(\s*)$ {
root /..../html/;
if ( !-e $request_filename) {
rewrite ^(.*)$ /apple-touch-icon.png last;
break;
}
}
BS
BS
BS
E