Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save samir-plusb/5e652bd892a7bf4e9a7194d07d444844 to your computer and use it in GitHub Desktop.
Save samir-plusb/5e652bd892a7bf4e9a7194d07d444844 to your computer and use it in GitHub Desktop.
from here: https://legacy.thomas-leister.de/apache-reverse-proxy-mit-ssl-support-einrichten/
SSLProxyEngine On
ProxyPass / https://mypage.com/en/category/blog/
ProxyPassReverse / https://mypage.com/en/category/blog/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment