From charlesreid1

(Created page with "Setting up apache to transparently reroute subdomains to port number on same server: https://serverfault.com/questions/195611/how-do-i-redirect-subdomains-to-a-different-port-...")
 
No edit summary
 
Line 4: Line 4:


SSL stapling: no per-subdomain ssl certificates: https://serverfault.com/a/447757
SSL stapling: no per-subdomain ssl certificates: https://serverfault.com/a/447757
[[Category:Charlesreid1]]
[[Category:Apache]]
[[Category:Nginx]]
[[Category:SSL]]

Latest revision as of 01:07, 23 February 2018

Setting up apache to transparently reroute subdomains to port number on same server: https://serverfault.com/questions/195611/how-do-i-redirect-subdomains-to-a-different-port-on-the-same-server#195831

Doing the same with nginx: https://serverfault.com/questions/447258/redirect-wildcard-subdomains-to-https-nginx

SSL stapling: no per-subdomain ssl certificates: https://serverfault.com/a/447757