Инструменты пользователя

Инструменты сайта


wiki:technical:ssl-sertificate

Различия

Показаны различия между двумя версиями страницы.

Ссылка на это сравнение

Предыдущая версия справа и слеваПредыдущая версия
Следующая версия
Предыдущая версия
wiki:technical:ssl-sertificate [2015/11/29 13:27] alexanderwiki:technical:ssl-sertificate [2017/04/10 00:00] (текущий) – [Ссылки] alexander
Строка 84: Строка 84:
  
 === Настройка редиректа === === Настройка редиректа ===
 +<code> 
 +server { 
 +               server_name my.domain.com; 
 +               listen ip:80; 
 +             
 +location / { 
 +   rewrite ^(.*)$ https://my.domain.com$1 permanent; 
 +  } 
 +
 +</code>
  
 ===== Ссылки ===== ===== Ссылки =====
-  * [[http://ru.ispdoc.com/index.php/Ручная_установка_SSL_сертификата|http://ru.ispdoc.com/index.php/Ручная_установка_SSL_сертификата]]+  * [[https://ru.ispdoc.com/index.php/Ручная_установка_SSL_сертификата|http://ru.ispdoc.com/index.php/Ручная_установка_SSL_сертификата]]
   * [[https://www.reg.ru/support/ssl-sertifikaty/|https://www.reg.ru/support/ssl-sertifikaty/]]   * [[https://www.reg.ru/support/ssl-sertifikaty/|https://www.reg.ru/support/ssl-sertifikaty/]]
-  * [[http://nginx.org/ru/docs/http/configuring_https_servers.html|http://nginx.org/ru/docs/http/configuring_https_servers.html]] +  * [[https://nginx.org/ru/docs/http/configuring_https_servers.html|http://nginx.org/ru/docs/http/configuring_https_servers.html]] 
-  * [[http://wiki.apache.org/httpd/RedirectSSL|http://wiki.apache.org/httpd/RedirectSSL]]+  * [[https://wiki.apache.org/httpd/RedirectSSL|http://wiki.apache.org/httpd/RedirectSSL]]
wiki/technical/ssl-sertificate.1448792879.txt.gz · Последнее изменение: 2017/04/07 22:46 (внешнее изменение)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki