An open API service indexing awesome lists of open source software.

https://github.com/essentialkaos/rubygems-nginx-proxy

Configuration files for Nginx caching proxy for RubyGems
https://github.com/essentialkaos/rubygems-nginx-proxy

gems ruby rubygems

Last synced: over 1 year ago
JSON representation

Configuration files for Nginx caching proxy for RubyGems

Awesome Lists containing this project

README

          

## `rubygems-nginx-proxy` [![License](.github/images/license.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)
Nginx configuration files for Rubygems caching proxy. This config used for [EK RubyGems Proxy](https://gems.kaos.st) service.

### Usage

If you use [bundler](http://bundler.io), add this line on top of your Gemfile:
```ruby
source 'https://gems.kaos.st'
```

Also, you can use this proxy for downloading gems with `gem` command. For example:

```bash
gem install bundler --source https://gems.kaos.st
```

### Status

Current status of EK RubyGems Proxy you can find on our [status page](http://status.gems.kaos.st).