Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save samir-plusb/5e652bd892a7bf4e9a7194d07d444844 to your computer and use it in GitHub Desktop.

Select an option

Save samir-plusb/5e652bd892a7bf4e9a7194d07d444844 to your computer and use it in GitHub Desktop.

Revisions

  1. samir-plusb revised this gist Sep 15, 2020. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions ISPconfig Reverse Proxy Configuration including SSL
    Original 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/
  2. samir-plusb created this gist Sep 15, 2020.
    3 changes: 3 additions & 0 deletions ISPconfig Reverse Proxy Configuration including SSL
    Original 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/