├── README.txt ├── Rakefile ├── logrotate.d └── nginx ├── mirror ├── mirror.conf └── nginx.conf ├── nginx.conf └── nginx ├── rubygems-ssl.conf ├── rubygems.conf └── test-rubygems.conf /README.txt: -------------------------------------------------------------------------------- 1 | These are the configurations used to run rubygems.org 2 | -------------------------------------------------------------------------------- /Rakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rubygems/rubygems.org-configs/HEAD/Rakefile -------------------------------------------------------------------------------- /logrotate.d/nginx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rubygems/rubygems.org-configs/HEAD/logrotate.d/nginx -------------------------------------------------------------------------------- /mirror/mirror.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rubygems/rubygems.org-configs/HEAD/mirror/mirror.conf -------------------------------------------------------------------------------- /mirror/nginx.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rubygems/rubygems.org-configs/HEAD/mirror/nginx.conf -------------------------------------------------------------------------------- /nginx.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rubygems/rubygems.org-configs/HEAD/nginx.conf -------------------------------------------------------------------------------- /nginx/rubygems-ssl.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rubygems/rubygems.org-configs/HEAD/nginx/rubygems-ssl.conf -------------------------------------------------------------------------------- /nginx/rubygems.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rubygems/rubygems.org-configs/HEAD/nginx/rubygems.conf -------------------------------------------------------------------------------- /nginx/test-rubygems.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rubygems/rubygems.org-configs/HEAD/nginx/test-rubygems.conf --------------------------------------------------------------------------------