A note to the history that is good to know.
Thanks Maxim, even though we choose not to use unicode urls to make things
less complicated.
On Fri, May 9, 2014 at 4:13 AM, Maxim Dounin wrote:
> Hello!
>
> On Sun, May 04, 2014 at 06:42:39PM +0300, kirpit wrote:
>
> > Hi,
> >
> > I'm doing some sor
Hello!
On Sun, May 04, 2014 at 06:42:39PM +0300, kirpit wrote:
> Hi,
>
> I'm doing some sort of downstream cache that I save every entire page into
> memcached from the application with urls such as:
>
> www.example.com/file/path/?query=1
>
> then I'm fetching them from nginx if available with
Hi,
I'm doing some sort of downstream cache that I save every entire page into
memcached from the application with urls such as:
www.example.com/file/path/?query=1
then I'm fetching them from nginx if available with the config:
location / {
# try to fetch from memcached
set