# HG changeset patch # User Yaroslav Zhuravlev # Date 1418295683 -10800 # Node ID e0e1e5db06bb797da6ee47dd5c7724da351f0920 # Parent 5475304b61add16aabc2289988d7a4bafd9ad2ca Documented the proxy_ssl_certificate directive and friends. diff -r 5475304b61ad -r e0e1e5db06bb xml/en/docs/http/ngx_http_proxy_module.xml --- a/xml/en/docs/http/ngx_http_proxy_module.xml Thu Dec 04 19:09:38 2014 +0300 +++ b/xml/en/docs/http/ngx_http_proxy_module.xml Thu Dec 11 14:01:23 2014 +0300 @@ -10,7 +10,7 @@ + rev="32">
@@ -1547,6 +1547,38 @@ + +file + +http +server +location +1.7.8 + + +Specifies a file with the certificate in the PEM format +used for authentication to a proxied HTTPS server. + + + + + + +file + +http +server +location +1.7.8 + + +Specifies a file with the secret key in the PEM format +used for authentication to a proxied HTTPS server. + + + + + ciphers DEFAULT @@ -1608,6 +1640,24 @@ + +file + +http +server +location +1.7.8 + + +Specifies a file with passphrases for +secret keys +where each passphrase is specified on a separate line. +Passphrases are tried in turn when loading the key. + + + + + on | off off diff -r 5475304b61ad -r e0e1e5db06bb xml/en/docs/http/ngx_http_uwsgi_module.xml --- a/xml/en/docs/http/ngx_http_uwsgi_module.xml Thu Dec 04 19:09:38 2014 +0300 +++ b/xml/en/docs/http/ngx_http_uwsgi_module.xml Thu Dec 11 14:01:23 2014 +0300 @@ -10,7 +10,7 @@ + rev="14">
@@ -1079,6 +1079,38 @@ + +file + +http +server +location +1.7.8 + + +Specifies a file with the certificate in the PEM format +used for authentication to a secured uwsgi server. + + + + + + +file + +http +server +location +1.7.8 + + +Specifies a file with the secret key in the PEM format +used for authentication to a secured uwsgi server. + + + + + ciphers DEFAULT @@ -1140,6 +1172,24 @@ + +file + +http +server +location +1.7.8 + + +Specifies a file with passphrases for +secret keys +where each passphrase is specified on a separate line. +Passphrases are tried in turn when loading the key. + + + + + [SSLv2] diff -r 5475304b61ad -r e0e1e5db06bb xml/ru/docs/http/ngx_http_proxy_module.xml --- a/xml/ru/docs/http/ngx_http_proxy_module.xml Thu Dec 04 19:09:38 2014 +0300 +++ b/xml/ru/docs/http/ngx_http_proxy_module.xml Thu Dec 11 14:01:23 2014 +0300 @@ -10,7 +10,7 @@ + rev="32">
@@ -1543,6 +1543,38 @@ + +файл + +http +server +location +1.7.8 + + +Задаёт файл с сертификатом в формате PEM +для аутентификации на проксируемом HTTPS-сервере. + + + + + + +файл + +http +server +location +1.7.8 + + +Задаёт файл с секретным ключом в формате PEM +для аутентификации на проксируемом HTTPS-сервере. + + + + + ciphers DEFAULT @@ -1605,6 +1637,24 @@ + +файл + +http +server +location +1.7.8 + + +Задаёт файл с паролями от +секретных ключей, +где каждый пароль указан на отдельной строке. +Пароли применяются по очереди в момент загрузки ключа. + + + + + on | off off diff -r 5475304b61ad -r e0e1e5db06bb xml/ru/docs/http/ngx_http_uwsgi_module.xml --- a/xml/ru/docs/http/ngx_http_uwsgi_module.xml Thu Dec 04 19:09:38 2014 +0300 +++ b/xml/ru/docs/http/ngx_http_uwsgi_module.xml Thu Dec 11 14:01:23 2014 +0300 @@ -10,7 +10,7 @@ + rev="14">
@@ -1072,6 +1072,38 @@ + +файл + +http +server +location +1.7.8 + + +Задаёт файл с сертификатом в формате PEM +для аутентификации на suwsgi-сервере. + + + + + + +файл + +http +server +location +1.7.8 + + +Задаёт файл с секретным ключом в формате PEM +для аутентификации на suwsgi-сервере. + + + + + ciphers DEFAULT @@ -1133,6 +1165,24 @@ + +файл + +http +server +location +1.7.8 + + +Задаёт файл с паролями от +секретных ключей, +где каждый пароль указан на отдельной строке. +Пароли применяются по очереди в момент загрузки ключа. + + + + + [SSLv2]