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
- Host: GitHub
- URL: https://github.com/essentialkaos/rubygems-nginx-proxy
- Owner: essentialkaos
- Created: 2016-10-15T14:07:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-06-11T22:23:19.000Z (about 2 years ago)
- Last Synced: 2025-01-23T18:47:46.803Z (over 1 year ago)
- Topics: gems, ruby, rubygems
- Homepage: https://kaos.sh/rubygems-nginx-proxy
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## `rubygems-nginx-proxy` [](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).