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
Sorry for the Double Posting
signature.asc
Description: PGP signature
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Hi Guys,
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
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
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
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
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
___
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=
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
--- 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
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
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
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
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
15 matches
Mail list logo