Skip to content

Nodejs & php reverse proxy | not ssl, ssl, check ssl

License

Notifications You must be signed in to change notification settings

EW-EndWall/reverse-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reverse Proxy Example

Nodejs reverse proxy | not ssl, ssl, check ssl

  • not ssl
    • for redirects that don't require ssl
  • ssl
    • for routing requiring ssl
  • check ssl
    • for routing that requires ssl and needs to be ssl checked

php reverse proxy | not ssl, ssl, check ssl

  • not ssl
    • for redirects that don't require ssl
  • ssl
    • for routing requiring ssl
  • check ssl
    • for routing that requires ssl and needs to be ssl checked