Skip to content

Instantly share code, notes, and snippets.

@Casxt
Created February 2, 2019 12:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Casxt/3b829d46aa887089129ff72654270af9 to your computer and use it in GitHub Desktop.
Save Casxt/3b829d46aa887089129ff72654270af9 to your computer and use it in GitHub Desktop.
eg.com:443 {
proxy /hk http://localhost:1081 {
header_upstream Connection {>Connection}
header_upstream Upgrade {>Upgrade}
}
filebrowser / /mnt/filedisk {
database /etc/filebrowser/filebrowser.db
auth_method json
}
forwardproxy {
basicauth user pass
hide_via
upstream http://user:pass@localhost:1082
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment