Re: unable to forbidden access by ip

2021-06-20 Thread Nick Rickard
I think the problem is the order of your deny and allow statements. Nginx processes them in turn. So nginx reads the allow one okay, but then reads the subsequent one as "deny all (including 10)". Hence xls are denied to all. If you swap the order then it should work as intended (assuming th

Re: ngx_slab_alloc() failed: no memory in cache keys zone

2017-09-20 Thread Nick Urbanik
Dear Folks, On 19/09/17 11:16 +1000, Nick Urbanik wrote: On 19/09/17 10:46 +1000, Nick Urbanik wrote: We have this message repeatedly, despite increasing keys_zone size by a factor of three to: proxy_cache_path/srv/mycache levels=1:2 keys_zone=myzone:150m inactive=15d; Is it

Re: ngx_slab_alloc() failed: no memory in cache keys zone

2017-09-18 Thread Nick Urbanik
Dear Folks, On 19/09/17 10:46 +1000, Nick Urbanik wrote: We have this message repeatedly, despite increasing keys_zone size by a factor of three to: proxy_cache_path/srv/mycache levels=1:2 keys_zone=myzone:150m inactive=15d; This caused the errors to stop for three or four hours

ngx_slab_alloc() failed: no memory in cache keys zone

2017-09-18 Thread Nick Urbanik
quite big: sudo du -s /srv/mycache 1826303379 /srv/mycache and we have many messages like this in our logs: unlink() "/srv/mycache/c/fc/4e8755ecadf5a82ec7208c16d8ddbfcc" failed (2: No such file or directory) Any suggestions most welcome. -- Nick Urbanik http://nicku.org 808-71011

Conference nginx.conf 2017 CFP deadline is May 25

2017-05-22 Thread Nick Shadrin
tails: • nginx.conf 2017 will be held in Portland, OR • Conference website: https://www.nginx.com/nginxconf/ • Venue: The Nines Hotel • Dates: September 6–8, 2017 • Twitter: #nginxconf We look forward to your submission. -- Nick Shadrin / Sr. Product Manage

You can speak at nginx conference this September in Portland.

2017-05-02 Thread Nick Shadrin
s • Insights and best practices from real-world deployments • Running hybrid cloud and on-premises systems • Organizational changes when adopting microservices • Adopting containerization -- Nick Shadrin / Product Manager / n...@nginx.com ___

NGINX is hiring a technical evangelist

2017-02-07 Thread Nick Shadrin
NGINX is seeking a Technical Evangelist to join our team. If you enjoy building demos, presenting at events, and assisting users in the community (including this mailing list), please apply for this job here: http://www.greythorn.com/job/technical-evangelist-jobid-2468-b -- Nick Shadrin

Re: ngx_brotli

2016-09-30 Thread Nick Lavlinsky - Method Lab
Hi! Just use Brotli-compatible browser (Chrome, Firefox) and see headers of the response in Developer tools. It should say: content-encoding: br By the way: it only works for HTTPS. 30.09.2016 06:22, Dewangga Bachrul Alam пишет: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hello! Is th

Re: Selection of secure virtual servers

2015-11-13 Thread Nick Lopez
Try this more explicit configuration for your default SNI server: server { listen 80 default_server; listen 443 ssl default_server; # server_name _; return 444; } See here for more info on "server_name _;" and the default_server selector for the listen directive, including an example sim

Re: Wordpress Multi-Site Converting Apache to Nginx

2014-04-29 Thread Nick Rahl
Side Note: It appears the forum is down.http://forum.nginx.org says, "The database connection failed. Please check your database configuration in include/db/config.php. If the configuration is okay, check if the database server is running." That's not what ^~ means. The manual says, "If t

Re: AAAA record for nginx.org ?

2014-03-25 Thread Nick Thomas
Hi, On 25/03/14 11:33, Sergey Budnevitch wrote: > > On 24 Mar 2014, at 20:31, Nick Thomas wrote: > >> Hi there, >> >> I recently had cause to (try to) install Nginx from the Debian >> repositories hosted at http://nginx.org (i.e., >> http://nginx.org/pack

AAAA record for nginx.org ?

2014-03-24 Thread Nick Thomas
or at http://mirror.bytemark.co.uk/ Regards, -- Nick Thomas Bytemark Hosting ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: NGINX SSL Session Ticket Key

2014-02-25 Thread Nick Zavaritsky
Hello, Maxim! > The format is "48 bytes of random data", and I don't think that > compatibility with other software is something to be considered > here. Ticket keys are to be used between multiple nginx > instances, nothing more. > You are certainly right however this looks like an accident

Re: Centos 6.5 and ECDH ciphers in nginx.org Centos repo

2014-01-06 Thread Nick Jenkin
do not work. So it would appear the nginx.org binaries are statically compiled against the older version, so I guess the question is when will the nginx.org builds be built on 6.5? -Nick On 6 Jan 2014, at 9:07 pm, Jeffrey Walton wrote: > On Sun, Jan 5, 2014 at 10:56 PM, Nick Jenkin wr

Centos 6.5 and ECDH ciphers in nginx.org Centos repo

2014-01-05 Thread Nick Jenkin
with the centos binaries? Ciphers on Centos 6.5: [nick@dev9145 conf.d]$ openssl ciphers ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA:ECDHE-ECDSA-AES256-SHA:DHE-DSS-AES256-GCM-SHA384:DHE-RSA-AES256-GCM-SHA384:DHE

Re: Help with Keepalive on NGINX

2013-07-26 Thread Nick Toseland
Hi Maxim, Thanks for the reply, a great help. works as expected now :-) Have a good weekend Cheers Nick On Fri Jul 26 11:03:21 2013, Maxim Dounin wrote: Hello! On Fri, Jul 26, 2013 at 10:33:42AM +0100, Nick Toseland wrote: > Hi All, > > I am struggling to get keepalives to work

Help with Keepalive on NGINX

2013-07-26 Thread Nick Toseland
nection"* list length 1 9.59 RxHeader Connection: close Thanks in advance Nick ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Help with code

2013-07-22 Thread Nick Toseland
t continues on to be evaluated by the other rules? or Is there a better way of writing this part of the code? Thanks in advance. Nick ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

proxy_cache and internal redirect

2013-02-28 Thread Nick
Hello. Can you please tell how to enable caching of responses with 'X-Accel-Redirect' headers. Nick. ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx