Skip to content

Instantly share code, notes, and snippets.

@subnut
Created August 11, 2021 18:17
Show Gist options
  • Save subnut/db8c35b0dd6ed172686269c535133391 to your computer and use it in GitHub Desktop.
Save subnut/db8c35b0dd6ed172686269c535133391 to your computer and use it in GitHub Desktop.
Minimum config required to get subdomains using tinyproxy
Port 80
ReverseOnly Yes
MaxClients 100
StartServers 10
MinSpareServers 5
MaxSpareServers 20
Upstream http localhost:4567 "subdomain1.hostname.com"
Upstream http localhost:5678 "subdomain2.hostname.com"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment