Skip to content

Instantly share code, notes, and snippets.

@xen0bit
Created August 29, 2020 18:53
Show Gist options
  • Save xen0bit/54b7c591691df5e8a6ff90658de8449d to your computer and use it in GitHub Desktop.
Save xen0bit/54b7c591691df5e8a6ff90658de8449d to your computer and use it in GitHub Desktop.
HAProxy
frontend web-frontend-80
bind *:80
mode http
default_backend web-backend-80
backend web-backend-80
server sshtunnel-0 127.0.0.1:8080 check
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment