Add UserName to tinyproxy conf

This commit is contained in:
Roberto Alsina 2024-07-02 10:40:36 -03:00
parent f878021425
commit 5961f8b0a1
2 changed files with 11 additions and 9 deletions

View File

@ -1,3 +1,4 @@
require "docr"
require "kemal"
module Proxy
@ -29,6 +30,7 @@ module Proxy
funkos.sort!
config = %(
UserName nobody
Port 8888
Listen 0.0.0.0
Timeout 600

View File

@ -1,9 +1,9 @@
Port 8888
Listen 0.0.0.0
Timeout 600
Allow 0.0.0.0/0
ReverseOnly Yes
ReverseMagic Yes
ReversePath "/admin/" "http://127.0.0.1:3000/"
UserName nobody
Port 8888
Listen 0.0.0.0
Timeout 600
Allow 0.0.0.0/0
ReverseOnly Yes
ReverseMagic Yes
ReversePath "/admin/" "http://127.0.0.1:3000/"
ReversePath "/faaso/hello/" "http://hello:3000/"