rce-api https proxy apcahe bitnami code example
Example: rce-api https proxy apcahe bitnami
SSLProxyEngine on
SSLProxyVerify none
SSLProxyCheckPeerCN off
SSLProxyCheckPeerName off
SSLProxyCheckPeerExpire off
ProxyRequests Off
ProxyPreserveHost On
<Location /webhook >
ProxyPass http://localhost:8080/webhook Keepalive=On
ProxyPassReverse http://localhost:8080/webhook
</Location>