Update README

This commit is contained in:
James Hu 2022-02-07 18:16:26 -08:00
parent 8f193e2dde
commit c8294a03dc
1 changed files with 12 additions and 5 deletions

View File

@ -75,6 +75,12 @@ If you'd like to customize options passed into the underlying [`Net:HTTP`](https
reverse_proxy "http://localhost:8000", http: { read_timeout: 20, open_timeout: 100 }
```
If you'd like to reset the `Accept-Encoding` header in order to disable compression or other server-side encodings
```ruby
reverse_proxy "http://localhost:8000", reset_accept_encoding: true
```
Determine what version you're using
```ruby
@ -91,10 +97,11 @@ All pull requests will become first class citizens.
Special thanks to our contributors!
- [aardvarkk](https://github.com/aardvarkk)
- [avinashkoulavkar](https://github.com/avinashkoulavkar)
- [bapirex](https://github.com/bapirex)
- [jcs](https://github.com/jcs)
- [kylewlacy](https://github.com/kylewlacy)
- [marcosbeirigo](https://github.com/marcosbeirigo)
- [mediafinger](https://github.com/mediafinger)
- [miyukki](https://github.com/miyukki)
- [bapirex](https://github.com/bapirex)
- [marcosbeirigo](https://github.com/marcosbeirigo)
- [avinashkoulavkar](https://github.com/avinashkoulavkar)
- [jcs](https://github.com/jcs)
- [aardvarkk](https://github.com/aardvarkk)