Hi,
I need help configuring reverse proxy for Apache2, can someone share working config?
https://qa.h-mdm.com/11661/how-to-use-headwind-mdm-with-nginx I tried this link it seems the config is for previous version of apache/nginx.
Here my bare config
ServerName hmdm.example.net
SSLEngine On
SSLCertificateFile /root/.acme.sh/hmdm.example.net/hmdm.example.net.cer SSLCertificateKeyFile /root/.acme.sh/hmdm.example.net/hmdm.example.net.key SSLCertificateChainFile /root/.acme.sh/hmdm.example.net/fullchain.cer
ProxyPass / http://localhost:8080/
ProxyPassReverse / http://localhost:8080/
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined