Your IP : 3.143.4.239


Current Path : /etc/httpd/conf.d/
Upload File :
Current File : //etc/httpd/conf.d/letsencrypt.conf

Alias /.well-known/acme-challenge/ /usr/local/mgr5/www/letsencrypt/
<Directory "/usr/local/mgr5/www/letsencrypt/">
	Order allow,deny
	Allow from all
	<IfVersion >= 2.4>
		AllowOverride None
		Require all granted
	</IfVersion>
</Directory>