2020-07-05 13:32:31 +00:00
|
|
|
# unixproxy
|
|
|
|
|
2020-07-06 14:30:11 +00:00
|
|
|
A simple service to proxy unix sockets to http. Useful for containerizing web services that don't natively support listening on unix sockets.
|
|
|
|
|
|
|
|
Usage of unixproxy:
|
2020-07-13 18:30:24 +00:00
|
|
|
-log
|
|
|
|
Log requests to stdout
|
|
|
|
-strip string
|
|
|
|
Strip prefix from reqeusts
|
2020-07-06 14:30:11 +00:00
|
|
|
-unix string
|
|
|
|
Unix socket to listen on
|
|
|
|
-url string
|
|
|
|
URL to proxy to
|