Re: nginx add trailing slash with wrong port

2014-05-24 Thread Dustin Oprea
On May 24, 2014 2:53 PM, "luc2" wrote: > > nginx rewrites : > > > http://localhost:8081/files > > to : > > > http://localhost:81/files/ # wrong port ! > > while apache rewrites : > > > http://localhost:8082/files > > to > > > http://localhost:8082/files/ > > is it possible to configure nginx to be

Re: nginx add trailing slash with wrong port

2014-05-24 Thread itpp2012
A listen to port 81 should not invoke a response from 8081, check to see who is listening on 8081. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,250338,250339#msg-250339 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman

nginx add trailing slash with wrong port

2014-05-24 Thread luc2
nginx rewrites : > http://localhost:8081/files to : > http://localhost:81/files/ # wrong port ! while apache rewrites : > http://localhost:8082/files to > http://localhost:8082/files/ is it possible to configure nginx to behave like apache ? /etc/nginx/conf.d/test.conf : > server { >

Re: filter content by checksum

2014-05-24 Thread Anatoli Marinov
You should write a new module or try using lua ... On Sat, May 24, 2014 at 9:32 PM, Amikam Snir wrote: > How can I configure nginx to manipulate the content of http-response, for > example filtering the content of the response by checksum? > > ___ > n

filter content by checksum

2014-05-24 Thread Amikam Snir
How can I configure nginx to manipulate the content of http-response, for example filtering the content of the response by checksum? ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx