When Is local plumber of 12 months to Grow Hashish in Your Lawn?

2019-06-19 Thread eicholson
Growing the most controversial facilities in the world can sometimes be a daunting activity. Indoor weed growing is an easy but pricey process while starting out, specifically beginners. Those who have access to a personal, sunny backyard spot may find it better to grow pot, as the flower itself ca

Using GeoIP2

2019-06-19 Thread Peter Fraser
Hi All, I had GeoIP work on nginx 1.14.x. I upgrade to nginx 1.16.x and the whole thing broke so I decided to just upgrade to GeoIP2. I have the following below in nginx.conf which I saw on the nginx page. load_module "/usr/local/libexec/nginx/ngx_http_geoip2_module.so"; load_module "/usr/local/

Problem loading ssl engine

2019-06-19 Thread Quintero Sebastian
Hi All. I am trying to load an ssl engine in windows but for some reason it looks like it is trying to load it from some weird path. I don't even have a Z drive. My engine lib is in C:\cygwin\usr\local\ssl\lib\engines-1_1\gem.dll When I execute nginx I get: C:\nginx>nginx.exe nginx: [emerg] EN

Re: proxy_ignore_client_abort with cache

2019-06-19 Thread Maxim Dounin
Hello! On Wed, Jun 19, 2019 at 10:39:45AM -0700, Roger Fischer wrote: > I am using NGINX (1.17.0) as a reverse proxy with cache. I want > the cache to be updated even when the client closes the > connection before the response is delivered to the client. > > Will setting proxy_ignore_client_a

proxy_ignore_client_abort with cache

2019-06-19 Thread Roger Fischer
Hello, I am using NGINX (1.17.0) as a reverse proxy with cache. I want the cache to be updated even when the client closes the connection before the response is delivered to the client. Will setting proxy_ignore_client_abort to on do this? Details: The client makes a HTTP range request on a l

Re: Efficient CRL checking at Nginx

2019-06-19 Thread Francesco Giacomini
On Tue, Jun 18, 2019 at 11:19:26AM -0400, alweiss wrote: > Hi NGINX team, do we have sample script or somebody that already did the > auto retrieval script of the CRL on a regular basis ? > Before re-inventing the Wheel, i was wondering if something exists. Something like https://wiki.nikhef.nl/gr

Re: limit_except - require trusted ip AND auth vs. ip OR auth

2019-06-19 Thread Maxim Dounin
Hello! On Tue, Jun 18, 2019 at 04:41:51PM +0200, Matthias Müller wrote: > I would like to constrain HTTP access (PUT, POST) to an NGINX server > for specific locations. > > There are two cases: > > 1) Permit POST, PUT if the request matches a trusted IP address OR > Basic auth credentials (eith

Re: error_page not honored

2019-06-19 Thread Maxim Dounin
Hello! On Tue, Jun 18, 2019 at 10:54:06AM -0700, Frank Liu wrote: > I setup my own error_page for 400 but it doesn't seem to be honored. The > default page still is returned when client failed to provide certificate. > Any ideas? Quoting docs (http://nginx.org/en/docs/http/ngx_http_ssl_module.h