# Apache config for AutoSSL/ACME HTTP DCV – testmarketplace.aibitsoft.cloud
# Serves /.well-known from public_html (same place the doc root symlink points to).
# Deploy to BOTH std and ssl userdata, then run: rebuildhttpdconf && restartsrv_httpd
#
# Deploy to:
#   /etc/apache2/conf.d/userdata/std/2_4/aibitsofts/testmarketplace.aibitsoft.cloud/acme.conf
#   /etc/apache2/conf.d/userdata/ssl/2_4/aibitsofts/testmarketplace.aibitsoft.cloud/acme.conf

Alias /.well-known /home/aibitsofts/public_html/testmarketplace.aibitsoft.cloud/.well-known
<Directory "/home/aibitsofts/public_html/testmarketplace.aibitsoft.cloud/.well-known">
    AllowOverride None
    Options -Indexes
    Require all granted
</Directory>
