I hereby claim:
- I am mikelittle on github.
- I am mikelittle (https://keybase.io/mikelittle) on keybase.
- I have a public key whose fingerprint is 547A F6C7 6E27 F707 AD50 4525 6F74 CD9F 669F 2CE4
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| server { | |
| server_name example.com www.example.com; | |
| return 301 https://example.com$request_uri; | |
| listen 80; | |
| root /var/www/example.com/htdocs; | |
| } | |
| server { | |
| server_name example.com www.example.com; | |
| listen 443 ssl spdy; |
| location /blog/ { | |
| location ~ \.php$ { | |
| rewrite ^/blog(.*) $1 break; | |
| add_header X-url $1; | |
| proxy_set_header X-Real-IP $remote_addr; | |
| proxy_set_header X-Forwarded-For $remote_addr; | |
| proxy_set_header Host $host; | |
| proxy_pass https://127.0.0.1:8023; | |
| } |
| javascript: Promise.all([import('https://unpkg.com/turndown@6.0.0?module'), import('https://unpkg.com/@tehshrike/readability@0.2.0'), ]).then(async ([{ | |
| default: Turndown | |
| }, { | |
| default: Readability | |
| }]) => { | |
| /* Optional vault name */ | |
| const vault = ""; | |
| /* Optional folder name such as "Clippings/" */ |