# Plantilla: sustituir dominio y certificados antes de instalar. # No se instala automáticamente; validar con apachectl -t. ServerName homecore.example.com SSLEngine on SSLCertificateFile /private/path/fullchain.pem SSLCertificateKeyFile /private/path/privkey.pem DocumentRoot /opt/bitnami/apache/htdocs/homecore/backend/public AllowOverride None Require all denied Options -Indexes -MultiViews AllowOverride None Require all granted DirectoryIndex index.php RewriteEngine On RewriteRule ^ index.php [END] ProxyRequests Off ProxyPassMatch ^/ws$ ws://127.0.0.1:8080/ws ProxyPassReverse /ws ws://127.0.0.1:8080/ws # Configurar PHP/FPM y variables HOMECORE_DB_* y sesiones privadas # según el handler de Bitnami. HOMECORE_ENV=production.