Answers for "rce-api https proxy apcahe bitnami"

0

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>
Posted by: Guest on May-20-2020

Browse Popular Code Answers by Language