Add UserName to tinyproxy conf
This commit is contained in:
parent
f878021425
commit
5961f8b0a1
@ -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
|
||||
|
@ -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/"
|
Loading…
Reference in New Issue
Block a user