SSL comments, fix #1129

This commit is contained in:
Xavier Guimard 2017-01-15 14:28:48 +00:00
parent ceb767e20d
commit 0af2bf4ae0

View File

@ -20,6 +20,12 @@ server {
fastcgi_param SCRIPT_FILENAME $document_root$sn;
fastcgi_split_path_info ^(.*\.psgi)(/.+)$;
fastcgi_param PATH_INFO $fastcgi_path_info;
# Uncomment this if you use Auth SSL:
#map $ssl_client_s_dn $ssl_client_s_dn_cn {
# default "";
# ~/CN=(?<CN>[^/]+) $CN;
#}
#fastcgi_param SSL_CLIENT_S_DN_CN $ssl_client_s_dn_cn
}
index index.psgi;