add coroutines for nginx

2016-08-25 Thread xianliang
read file is block, nginx can Using coroutines implementation file to read and write。(write log file and read cache file) Posted at Nginx Forum: https://forum.nginx.org/read.php?2,269199,269199#msg-269199 ___ nginx mailing list nginx@nginx.org http://m

Re: IMAP /SMTP SSL Reverse PROXY without Authentification

2016-08-25 Thread No Spam
Sorry for the Double Posting signature.asc Description: PGP signature ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

IMAP /SMTP SSL Reverse PROXY without Authentification

2016-08-25 Thread No Spam
Hi Guys,

how to completely disable request body buffering

2016-08-25 Thread phani prasad
Hi all, for one of our products we have chosen nginx as our webserver and using fastCGI to talk to upstream(application) layer. We have a usecase where in the client sends huge payload typically in MB and nginx is quick enough reading all the data and buffering it . Whereas our upstream server is

Re: nginx-http-concat module

2016-08-25 Thread steve
Gah... On 08/26/2016 01:31 PM, steve wrote: I know this is a bit off topic, but has anyone got this module to work? I have added concat_typestext/css application/x-javascript application/javascript; to nginx.conf, scope http added location /css/ { concat on; concat_max_files 30

nginx-http-concat module

2016-08-25 Thread steve
I know this is a bit off topic, but has anyone got this module to work? I have added concat_typestext/css application/x-javascript application/javascript; to nginx.conf, scope http added location /css/ { concat on; concat_max_files 30; } to the server config and the code contai

[ANN] OpenResty 1.11.2.1 released

2016-08-25 Thread Yichun Zhang (agentzh)
Hi folks, I am excited to announce the new formal release, 1.11.2.1, of the OpenResty web platform based on NGINX and LuaJIT: https://openresty.org/en/download.html Both the (portable) source code distribution and the Win32 binary distribution are provided on this Download page. Also, we no

Re: Nginx overwrite existing cookies with add_header

2016-08-25 Thread c0nw0nk
I sorted out this problem now Here was my soloution. if ($host ~* www(.*)) { set $host_without_www $1; } add_header Set-Cookie "logged_in=1;Domain=$host_without_www;Path=/;Max-Age=31536"; Posted at Nginx Forum: https://forum.nginx.org/read.php?2,269189,269190#msg-269190 ___

Nginx overwrite existing cookies with add_header

2016-08-25 Thread c0nw0nk
So i am using Nginx to set a header now my PHP app sets this header too but it sets the cookie with a domain of ".networkflare.com" Nginx keeps setting it as "www.networkflare.com" i need to overwrite the cookie not create a new one. I have tried the following : add_header Set-Cookie "logged_in=

keep-alive to backend + non-idempotent requests = race condition?

2016-08-25 Thread Emiel Mols
Hey, I've been haunted by this for quite some time, seen it in different deployments, and think might make for some good ol' mailing list discussion. When - using keep-alive connections to a backend service (eg php, rails, python) - this backend needs to be updatable (it is not okay to have ling

IMAP /SMTP SSL Reverse PROXY without Authentification

2016-08-25 Thread No Spam
--- Begin Message --- Hi Guys, maybe what I ma going to aks is a dumb question, if so please direct me at the ressources needed; I got the project to setup a IMAP Proxy for our institution, as to not expose the Exchange server to the bad bad internet. I suggested using a TCP Proxy, but they want

Re: nginx and ssl

2016-08-25 Thread Agus
I would say its not logical. But you should share the conf to see whats wrong El ago 23, 2016 7:55 AM, "Trast0" escribió: > Hello > > I'm new to the world nginx and I'm trying to set up a web server. I'm > probably making rookie mistakes, apologize in advance > > The problem I have is that the se

Re: NGINX SSL configuration

2016-08-25 Thread Maxim Dounin
Hello! On Thu, Aug 25, 2016 at 01:37:44AM -0400, henry_nginx_profile wrote: > hello,i am come from china. i use NGINX in a short period of time. i have > some confuse about NGINX's ssl_* directive. > i have two vhost conf file, the above is my configuration: > > a.conf: > > server { > lis

Re: nginx a NIGHTMARE for me

2016-08-25 Thread martijn
Hi I don't know but I had never any issues with NGiNX together with PHP5-FPM. Better as asked show your output of nginx -V it helps to diagnose your issues. The modules which are loaded can also be causing your issues. In contradiction to what you claim, Apache2 together with mod-php5 cause many

Re: No HTTPS on nginx.org by default

2016-08-25 Thread Maxim Konovalov
On 8/24/16 10:59 PM, B.R. wrote: > HTTPS was supported, but internal links were systematically served > over HTTP. Right -- this happens because long time nginx.org was HTTP only. I agree, that here are still some leftovers that should be fixed. I am sorry that we are not perfect. > Without cons