Last active
September 15, 2020 18:16
-
-
Save samir-plusb/5e652bd892a7bf4e9a7194d07d444844 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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