Apache reverse proxy by HTTP/2 will lost MIME-type and use default – Phpmyadmin
English is not my native language, please excuse typing errors. I configure Apache reverse proxy as follow, and it works fire. ProxyRequests Off SSLEngine On SSLProxyEngine On ProxyPass / https://example.com/ ProxyPassReverse / https://example.com/ And my website (PHP) support HTTP/2, so…