<div dir="ltr">Здравствуйте.<div><br></div><div>Нужно разложить скиншоты по папкам и с таймстампом в имени файла. Вот конфиг:</div><div><br></div><div>server_name <a href="http://s2.domain.example.com">s2.domain.example.com</a>;</div>
<div><br></div><div>...</div><div><br></div><div>location /s/archive/ {<br></div><div><div>    location ~ "^/s/archive/screenshots/(?<timestamp>(?<dir>\d{8})\d{4})/(?<basename>\d+).(?<ext>[a-z0-9]+)$" {<br>
</div><div><br></div><div>        limit_except GET {</div><div>            allow 10.10.1.18;</div><div>            deny all;</div><div>        }</div><div><br></div><div>        dav_methods PUT;</div><div>        create_full_put_path on;</div>
<div>        dav_access group:rw all:r;</div><div><br></div><div>        alias /disks/screenshots/$dir/$basename-$timestamp.$ext;</div><div>        client_body_temp_path /disks/tmp;</div><div>    }</div></div><div><br></div>
<div>...</div><div><br></div><div>}</div><div><br></div><div>Вот запрос:</div><div><br></div><div>10.10.1.18 - - [28/Apr/2014:12:59:12 +0400] "PUT /s/archive/screenshots/201404281043/0000000142.jpg HTTP/1.1" 201 25 "-" "curl/7.26.0"<br>
</div><div><br></div><div>Вот фрагмент debug-лога:</div><div><br></div><div><div>2014/04/28 12:59:12 [debug] 5297#0: *404 http run request: "/s/archive/screenshots/201404281043/0000000142.jpg?"</div><div>2014/04/28 12:59:12 [debug] 5297#0: *404 http read client request body</div>
<div>2014/04/28 12:59:12 [debug] 5297#0: *404 recv: fd:17 3592 of 3592</div><div>2014/04/28 12:59:12 [debug] 5297#0: *404 http client request body recv 3592</div><div>2014/04/28 12:59:12 [debug] 5297#0: *404 http body new buf t:1 f:0 0000000001EC7E00, pos 0000000001EC7E00, size: 5200 file: 0, size: 0</div>
<div>2014/04/28 12:59:12 [debug] 5297#0: *404 http client request body rest 0</div><div>2014/04/28 12:59:12 [debug] 5297#0: *404 event timer del: 17: 1398675612105</div><div>2014/04/28 12:59:12 [debug] 5297#0: *404 http write client request body, bufs 0000000001EBF818</div>
<div>2014/04/28 12:59:12 [debug] 5297#0: *404 write: 19, 0000000001EC7E00, 5200, 98304</div><div>2014/04/28 12:59:12 [debug] 5297#0: *404 http script copy: "/disks/screenshots/"</div><div>2014/04/28 12:59:12 [debug] 5297#0: *404 http script var: "20140428"</div>
<div>2014/04/28 12:59:12 [debug] 5297#0: *404 http script copy: "/"</div><div>2014/04/28 12:59:12 [debug] 5297#0: *404 http script var: "0000000142"</div><div>2014/04/28 12:59:12 [debug] 5297#0: *404 http script copy: "-"</div>
<div>2014/04/28 12:59:12 [debug] 5297#0: *404 http script var: "201404281043"</div><div>2014/04/28 12:59:12 [debug] 5297#0: *404 http script copy: "."</div><div>2014/04/28 12:59:12 [debug] 5297#0: *404 http script var: "jpg"</div>
<div>2014/04/28 12:59:12 [debug] 5297#0: *404 http put filename: "/disks/screenshots/20140428/<a href="http://0000000142-201404281043.jpgs2.domain.example.com">0000000142-201404281043.jpgs2.domain.example.com</a>"</div>
<div>2014/04/28 12:59:12 [debug] 5297#0: *404 HTTP/1.1 201 Created</div><div>Server: nginx/1.7.0</div><div>Date: Mon, 28 Apr 2014 08:59:12 GMT</div><div>Content-Length: 0</div><div>Location: <a href="http://s2.domain.example.com/s/archive/screenshots/201404281043/0000000142.jpg">http://s2.domain.example.com/s/archive/screenshots/201404281043/0000000142.jpg</a></div>
<div>Connection: keep-alive</div><div><br></div><div>Ну и результат:</div><div><br></div><div><div># find /disks/screenshots/</div><div>/disks/screenshots/</div><div>/disks/screenshots/20140428</div><div>/disks/screenshots/20140428/<a href="http://0000000142-201404281043.jpgs2.domain.example.com">0000000142-201404281043.jpgs2.domain.example.com</a></div>
</div><div><br></div><div>Версия:</div><div><br></div><div><div># /usr/sbin/nginx.debug -V</div><div>nginx version: nginx/1.7.0</div><div>built by gcc 4.7.2 (Debian 4.7.2-5)</div><div>TLS SNI support enabled</div><div>configure arguments: --prefix=/etc/nginx --sbin-path=/usr/sbin/nginx --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --http-log-path=/var/log/nginx/access.log --pid-path=/var/run/nginx.pid --lock-path=/var/run/nginx.lock --http-client-body-temp-path=/var/cache/nginx/client_temp --http-proxy-temp-path=/var/cache/nginx/proxy_temp --http-fastcgi-temp-path=/var/cache/nginx/fastcgi_temp --http-uwsgi-temp-path=/var/cache/nginx/uwsgi_temp --http-scgi-temp-path=/var/cache/nginx/scgi_temp --user=nginx --group=nginx --with-http_ssl_module --with-http_realip_module --with-http_addition_module --with-http_sub_module --with-http_dav_module --with-http_flv_module --with-http_mp4_module --with-http_gunzip_module --with-http_gzip_static_module --with-http_random_index_module --with-http_secure_link_module --with-http_stub_status_module --with-http_auth_request_module --with-mail --with-mail_ssl_module --with-file-aio --with-http_spdy_module --with-cc-opt='-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2' --with-ld-opt='-Wl,-z,relro -Wl,--as-needed' --with-ipv6 --with-debug</div>
</div><div><br></div><div>Вопрос. Откуда берется домен в имени файла и как это побороть?</div><div><br></div><div>Спасибо!</div><div><br></div>-- <br><div dir="ltr">Best Regards,<br><div>Vadim Lazovskiy</div></div>
</div></div>