Forwarded Message From: 03 2018 <>X-Account-Key: account3X-UIDL: 1524852373.608512.p3plgemini24-07.prod.phx.1196062464X-Mozilla-Status: X-Mozilla-Status2: X-Mozilla-Keys: Received: (qmail 32013 invoked by uid 30297); 27 Apr 2018 18:06:13 -Received: from unknown (HEL
Forwarded Message From: 03 2018 <>X-Account-Key: account3X-UIDL: 1524852300.251605.p3plgemini24-10.prod.phx.1345410816X-Mozilla-Status: X-Mozilla-Status2: X-Mozilla-Keys: Received: (qmail 5477 invoked by uid 30297); 27 Apr 2018 18:05:00 -Received: from unknown (HELO
Just curious, I have a config file that has this sub_filter_types:
sub_filter_types text/html application/json application/javascript
text/javascript;
But in the error logs I have this repeating quite a bit:
duplicate MIME type "text/html" in /etc/nginx/conf.d/main-settings.conf
Does this mean t
I’m guessing that you have script that keeps executing curl. What you can do
is use curl -K ./fileWithListOfUrls.txt
and the one curl process will visit each url in turn reusing the socket (aka
HTTP keep alive)
That said, curl isn’t a great workload simulator and, in the long time, you can
get
Hi Liu
Client side I have increased the file descriptor value to 1 , but still the
same issue .
Also increased the FD in server side also then also same issue continuous.
Followed below link to increase the FD limit.
Linux Increase The Maximum Number Of Open Files / File Descriptors (FD)
Hello!
On Thu, Apr 26, 2018 at 04:56:57PM -0400, c0nw0nk wrote:
> http://nginx.org/en/docs/http/ngx_http_fastcgi_module.html#fastcgi_cache_background_update
>
>
> How can I switch between an On and a Off version of this function within a
> Nginx server {
>
>
> set $var 1;
>
> if ($var) {
> f
It seems like your client has reach the limit of max open files.
>From the shell where you start you client program, run ‘ulimit -a’ to check
the settings.
You can also check the files open by your client in /proc//fd/.
Increase that value is simple, you can change is temporarily or save to
confi
Good to hear it was resolved.
On 27/04/2018 16:26, Matthew VK3EVL wrote:
> I eventually worked out how. being a purchase through AWS
> marketplace I had to dig a little and logged a case.
>
> In case anyone else is playing along, i was missing "zone
> mqtt_cluster 64k;" from my upstream config. I
I eventually worked out how. being a purchase through AWS marketplace I
had to dig a little and logged a case.
In case anyone else is playing along, i was missing "zone mqtt_cluster
64k;" from my upstream config. I was trying without the 64k.
On 27/04/2018 19:36, Maxim Konovalov wrote:
Hi M
Hi Team
I am trying execute ~1000 curl request from my CentOS machine to my nginx
server in ~5 sec.
The same exercise continuous every ~5sec.
I am using libcurl to make the HTTP request.
During this process i see most of my request are failed with reason
Failure Curl Error Code[ 7 ] Reason[ Co
Hi Matthew,
If you are nginx-plus customer it makes sense to open a support ticket.
Thanks,
Maxim
--
Maxim Konovalov
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
11 matches
Mail list logo