unixproxy/README.md

14 lines
357 B
Markdown

# unixproxy
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:
-log
Log requests to stdout
-strip string
Strip prefix from reqeusts
-unix string
Unix socket to listen on
-url string
URL to proxy to
```