http://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_stapling
has a note about not needing 'ssl_trusted_certificate' if
ssl_certificate has intermediate certificates. I do not see a similar
note for ssl_stapling_verify
(http://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_stapling_verif
We have Laserfiche (document management system) installed on a Windows
server with IIS.
We have another system that makes calls to our Docusign subscription and
triggers a pull of the signed documents into the Laserfiche repository when
new docs are available with an authenticated API call. Addi
I have two modules: spnego-http-auth-nginx-module and nginx-auth-ldap
working perfectly.
However, I am just not sure how to make them work together.
I have an endpoint
I have an end point /login which gives me the remote_user because I
am using auth_gss. How can I use that information to check i
Were you able to figure out this?
Posted at Nginx Forum:
https://forum.nginx.org/read.php?2,289511,292479#msg-292479
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Hello
Help me convert this .htaccess content
RewriteEngine On
RewriteCond %{HTTP_REFERER} !domain1\.com [NC]
RewriteCond %{HTTP_REFERER} !domain2\.com [NC]
RewriteCond %{HTTP_REFERER} !domain3\.com [NC]
RewriteRule \.rar$ - [F,NC]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ http://domai