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
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 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 {
>
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
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