fix readme and perms
This commit is contained in:
parent
80d9f229c4
commit
52bc66c555
|
@ -2,7 +2,7 @@
|
|||
|
||||
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:
|
||||
```Usage of unixproxy:
|
||||
-log
|
||||
Log requests to stdout
|
||||
-strip string
|
||||
|
@ -11,3 +11,4 @@ Usage of unixproxy:
|
|||
Unix socket to listen on
|
||||
-url string
|
||||
URL to proxy to
|
||||
```
|
Loading…
Reference in New Issue