HEX
Server: Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
System: Linux golden.server-sky-dns.com 3.10.0-1160.59.1.el7.x86_64 #1 SMP Mon Mar 7 01:49:29 EST 2022 x86_64
User: arkitgroups (1041)
PHP: 8.2.8
Disabled: NONE
Upload Files
File: //etc/nginx/conf.d/vhosts/karikalanchozhanconstruction.in.conf
server {
	listen 65.21.231.66:80;	
	server_name karikalanchozhanconstruction.in  www.karikalanchozhanconstruction.in;

	access_log /usr/local/apache/domlogs/karikalanchozhanconstruction.in.bytes bytes;
	access_log /usr/local/apache/domlogs/karikalanchozhanconstruction.in.log combined;
	error_log /usr/local/apache/domlogs/karikalanchozhanconstruction.in.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/karikal/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;
	}
}