Last active
September 15, 2020 18:16
-
-
Save samir-plusb/5e652bd892a7bf4e9a7194d07d444844 to your computer and use it in GitHub Desktop.
Revisions
-
samir-plusb revised this gist
Sep 15, 2020 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,5 @@ 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/ -
samir-plusb created this gist
Sep 15, 2020 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,3 @@ SSLProxyEngine On ProxyPass / https://mypage.com/en/category/blog/ ProxyPassReverse / https://mypage.com/en/category/blog/