Skip to content

Commit

Permalink
Better README formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dannote committed Sep 22, 2016
1 parent 7bd3c72 commit 50bcb93
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# socks-nginx-module

An nginx_http_proxy_module fork with SOCKS5 support
An `nginx_http_proxy_module` fork with SOCKS5 support

## Building

Expand Down Expand Up @@ -49,9 +49,9 @@ All [ngx_http_proxy_module](http://nginx.org/en/docs/http/ngx_http_proxy_module.

### socks_tunnel_header

As nginx HTTP parser doesn't support HTTP CONNECT method, a special header can be set to indicate tunnel connection.
As `nginx` HTTP parser doesn't support HTTP CONNECT method, a special header can be set to indicate tunnel connection.

This directive can be exploited with the following HAProxy configuration:
This directive can be exploited with the following `HAProxy` configuration:

```
frontend local
Expand Down

0 comments on commit 50bcb93

Please sign in to comment.