📄 Viewing: /etc/nginx/conf.d/vhosts/matrimonials.khamars.org.conf
server {
listen 193.37.152.120:80;
server_name matrimonials.khamars.org www.matrimonials.khamars.org;
access_log /usr/local/apache/domlogs/matrimonials.khamars.org.bytes bytes;
access_log /usr/local/apache/domlogs/matrimonials.khamars.org.log combined;
error_log /usr/local/apache/domlogs/matrimonials.khamars.org.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/khamsro/public_html/matrimonial.khamars.org;
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;
}
}
← Back to directory