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
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/
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
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
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
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
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
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