Hello,
On 3/27/17 4:28 PM, piroaa wrote:
Hi.
I have own cloud server with ssl client cert verification ssl_verify_client
set to on. How I can disable verification for location/index.php/s/ share
links ?
try setting ssl_verify_client to optional and use the built in variable
"ssl_client_verif
so (have a stab at this)
location = /mini {
equals
http://10.21.169.13/mini and not http://10.21.169.13/mini/ or anything else
http://10.21.169.13/mini/*
try
location /mini {
or
location /mini/ {
A
On 28 March 2017 at 12:43, Jun Chen via nginx wrote:
>
> I am configuring a nginx r
| I am configuring a nginx revser proxy. The result should be when user type
http://10.21.169.13/mini, then the request should be proxy_pass to
192.168.1.56:5000. Here is the nginx config:server {
listen 80;
server_name 10.21.169.13;
location = /mini {
Hi
If you asking if some part of the tree can have no ssl client verification,
then no
https://a.b.c.d/
https://a.b.c.d/This/Some
https://a.b.c.d/Not/here
Once you turn on client verififcation its on for / and down, no way to turn
it off for https://a.b.c.d/Not/here of its on.
Shame, I would li
Hi.
I have own cloud server with ssl client cert verification ssl_verify_client
set to on. How I can disable verification for location/index.php/s/ share
links ?
Posted at Nginx Forum:
https://forum.nginx.org/read.php?2,273239,273239#msg-273239
___
ngi
Hello Nginx users,
Now available: Nginx 1.11.12 for Windows
https://kevinworthington.com/nginxwin2
(32-bit and 64-bit versions)
These versions are to support legacy users who are already using Cygwin
based builds of Nginx. Officially supported native Windows binaries are at
nginx.org.
Announ