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
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
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
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
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
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 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
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
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
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
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
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
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
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
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
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
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
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
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
19 matches
Mail list logo