File: //etc/nginx/conf.d/vhosts/omsaigurubuildinglifting.com.conf
server {
listen 65.21.231.66:80;
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;
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;
}
}