File: //etc/nginx/conf.d/vhosts/omsaigurubuildinglifting.com.ssl.conf
server {
listen 65.21.231.66:443 ssl ;
server_name omsaigurubuildinglifting.com www.omsaigurubuildinglifting.com;
access_log /usr/local/apache/domlogs/omsaigurubuildinglifting.com.bytes bytes;
access_log /usr/local/apache/domlogs/omsaigurubuildinglifting.com.log combined;
error_log /usr/local/apache/domlogs/omsaigurubuildinglifting.com.error.log error;
ssl_certificate /etc/pki/tls/certs/omsaigurubuildinglifting.com.bundle;
ssl_certificate_key /etc/pki/tls/private/omsaigurubuildinglifting.com.key;
ssl_protocols TLSv1.2;
ssl_ciphers EECDH+ECDSA+AESGCM:EECDH+aRSA+AESGCM:EECDH+ECDSA+SHA384:EECDH+ECDSA+SHA256:EECDH+aRSA+SHA384:EECDH+aRSA+SHA256:EECDH+aRSA!RC4:EECDH:!RC4:!aNULL:!eNULL:!LOW:!3DES:!MD5:!EXP:!PSK:!SRP:!DSS;
ssl_prefer_server_ciphers on;
ssl_session_cache shared:SSL:10m;
ssl_session_timeout 60m;
error_page 404 /index.html;
location / {
index index.html;
root /usr/local/apache/htdocs/suspended-page;
}
location ~* "/\.(htaccess|htpasswd)$" {deny all;return 404;}
disable_symlinks if_not_owner from=/home/omsaigur/public_html;
location /.well-known/acme-challenge {
default_type "text/plain";
alias /usr/local/apache/autossl_tmp/.well-known/acme-challenge;
}
location /.well-known/pki-validation {
default_type "text/plain";
alias /usr/local/apache/autossl_tmp/.well-known/acme-challenge;
}
}