can a map + regex be used to generate variables for YYYY-MM-DD-HH?

2014-10-22 Thread newnovice
can a map + regex be used to generate variables for -MM-DD-HH? I cant use 'if' in the location i am trying this. -- I know i can do: if ($time_iso8601 ~ "^(\d{4})-(\d{2})-(\d{2})") { set $year $1; set $month $2; set $day $3; } or with perl regex: if ($time_iso8601 ~ "^(\d{4})-

Re: Delete or restart cookies - issue with chrome

2014-10-22 Thread Raul Hugo
Hi mex I don't know what cookie is, the site is http://urbania.pe What you think that can i do? 2014-10-22 19:49 GMT-05:00 mex : > Hi Raúl, > > > do you have the cookie-name or is it random? > > Posted at Nginx Forum: > http://forum.nginx.org/read.php?2,254207,254208#msg-254208 > > ___

Re: Delete or restart cookies - issue with chrome

2014-10-22 Thread mex
Hi Raúl, do you have the cookie-name or is it random? Posted at Nginx Forum: http://forum.nginx.org/read.php?2,254207,254208#msg-254208 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Delete or restart cookies - issue with chrome

2014-10-22 Thread Raul Hugo
Hi guys. We have an issue with chrome. Some day, some one make a redirect loop with own production nginx server. We fixed that but some users store the redirect loop on the cookies, and report that can't show the website. We are looking for a directive to delete the remote cookies or make somet