Nginx Install SSL

Source: Internet
Author: User

Yum Install Nginx


Yum Install Mod-ssl


Vim/etc/nginx/conf.d/ssl.conf


server{

Listen 443;

server_name krift-log.espritgames.ru;

SSL on;

SSL_CERTIFICATE/ETC/PKI/TLS/CERTS/ESPRITGAMES.RU.CRT;

Ssl_certificate_key/etc/pki/tls/certs/espritgames.ru.key;

Ssl_session_timeout 5m;

Ssl_protocols SSLv3 TLSv1;

Ssl_ciphers high:! Adh:! Export56:rc4+rsa:+medium;

Ssl_prefer_server_ciphers on;

Location ~ \.php$ {

root/var/www/html;

Fastcgi_pass 127.0.0.1:9000;

Fastcgi_index index.php;

Fastcgi_param script_filename $document _root$fastcgi_script_name;

Include Fastcgi_params;

}

# location/{

# root/var/www/html;

# index index.php index.html index.htm;

# }

}


This article from "Good memory than bad writing" blog, please be sure to keep this source http://10808387.blog.51cto.com/2925559/1729274

Nginx Install SSL

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.