On Tue, Dec 15, 2020 at 07:42:00PM +0200, Gregory Edigarov wrote:
Hi there,
> I have this server section:
...
> now I need to convert this virtual server to location.
> i.e. to be called from postmaster.example.com/control/
you will probably want to wrap your current relevant location{} blocks
w
On Fri, Dec 18, 2020 at 06:54:57PM +0500, Ali Mohsin wrote:
Hi there,
> I have achieved this with the following code
>
> limit_req_zone $binary_remote_addr$v1 zone=mylimit:10m rate=3r/s;
>
> location ~ "^/api/(?)$" {
> limit_req zone=mylimit;
>
> but i'm unable to set my CORS in headers and my
On Mon, Dec 21, 2020 at 06:48:54AM -0500, balu wrote:
Hi there,
the error log says:
> 2020/12/21 11:46:45 [info] 14165#0: *6 client SSL certificate verify error:
> (2:unable to get issuer certificate) while reading client request headers,
> client: 49.207.211.47, server: nifi-test-nginx.insights
On Fri, Dec 25, 2020 at 02:20:33AM -0500, brianbotkiller wrote:
Hi there,
> I have followed the tutorial found here:
> https://www.nginx.com/blog/video-streaming-for-remote-learning-with-nginx/#installing-nginx-dependencies
>
> To the best of my ability (it has some distinct holes in it), and s