The Future of Open Source Survey

2015-02-26 Thread Sarah Novotny
TL;DR Participate in the Future of Open Source! Complete this survey today. https://www.surveymonkey.com/s/FoOS-Nginx In long form, NGINX is a sponsor of the Blackduck Future of Open Source Survey. This is an annual survey and your voice would mean a lot. We have a longer summary of our p

Gzip a PUT request + automatic deflate by ngx_http_dav_module

2015-02-26 Thread Olivier Rossel
Hi all. I am using Nginx with the ngx_http_dav_module (i.e WebDav). I use the PUT method of Webdav to upload files to my Nginx server. Unfortunately, it is quite slow when files are big, and I would like to enable gzip compression for my PUT uploads. Such a feature is available in the mod_deflat

Re: access SSL only with key p12 $ssl_client_verify not works

2015-02-26 Thread unreal34
thanks. it works. but not return 403; https:// works I want this : https:// must return 403 p12 + https:// return 200 OK Posted at Nginx Forum: http://forum.nginx.org/read.php?2,256931,256934#msg-256934 ___ nginx mailing list nginx@nginx.org htt

Re: access SSL only with key p12 $ssl_client_verify not works

2015-02-26 Thread Dmitry Pryadko
You should place a whitespace between if and opening bracket -if($ssl_client_verify +if ($ssl_client_verify -- br, Dmitry Pryadko > 26 февр. 2015 г., в 14:14, unreal34 написал(а): > > I'm trying to make access SSL only with key p12 > you don't have key = access denied > > > Restarting

access SSL only with key p12 $ssl_client_verify not works

2015-02-26 Thread unreal34
I'm trying to make access SSL only with key p12 you don't have key = access denied Restarting nginx: nginx: [emerg] unknown directive "if($ssl_client_verify" in /etc/nginx/sites-enabled/default:144 nginx: configuration file /etc/nginx/nginx.conf test failed what I'm doing wrong ? server