Skip to content

Instantly share code, notes, and snippets.

@carlio
carlio / keybase.md
Created September 16, 2019 08:07
Keybase

Keybase proof

I hereby claim:

  • I am carlio on github.
  • I am carlio (https://keybase.io/carlio) on keybase.
  • I have a public key whose fingerprint is 13E1 4202 5846 0473 142F 100D 4D51 A9B0 C06E C5EC

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am carlio on github.
  • I am carlio (https://keybase.io/carlio) on keybase.
  • I have a public key whose fingerprint is CDE6 3319 04BE E04F 793C 5E56 01E7 388F B40B 49C6

To claim this, I am signing this object:

@carlio
carlio / test-landscape-badge.md
Created May 7, 2014 15:30
test-landscape-badge.md

Code Health

This is a Code Health badge test

Keybase proof

I hereby claim:

  • I am carlio on github.
  • I am carlio (https://keybase.io/carlio) on keybase.
  • I have a public key whose fingerprint is 4B42 CDD0 BF54 657F 79F7 EC44 C661 1385 B7B1 C06A

To claim this, I am signing this object:

@carlio
carlio / nginx-cheeseshop.conf
Created December 9, 2012 11:00
nginx config to act as cheeseshop
# the inactive time is set really high so that we can still serve stale entries if pypi is down
proxy_cache_path /srv/pypi/cache/html levels=1:2 keys_zone=pypi-html-cache:8m max_size=100m inactive=2000h;
proxy_cache_path /srv/pypi/cache/package levels=1:2 keys_zone=pypi-package-cache:100m max_size=1000m inactive=2000h;
proxy_temp_path /srv/pypi/cache/tmp;
server {
listen 80;
server_name pypi.yourdomain.com;