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.ssl.conf
server {
	listen 65.21.231.66:443 ssl ;
	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;

	ssl_certificate      /etc/pki/tls/certs/karikalanchozhanconstruction.in.bundle;
	ssl_certificate_key  /etc/pki/tls/private/karikalanchozhanconstruction.in.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/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;
	}
}