ServerAdmin webmaster@localhost DocumentRoot /var/www/html/public # ── Webhook deploy (Gitea) — proxy ke container webhook ─────────────────── # https://myansuran.mbip.my/hooks/myansuran-deploy → myansuran-webhook:9000 ProxyPreserveHost On ProxyPass /hooks/ http://myansuran-webhook:9000/hooks/ ProxyPassReverse /hooks/ http://myansuran-webhook:9000/hooks/ AllowOverride All Require all granted Options -Indexes ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combined