Date: [date]
Between us [company name] and you [customer name].
In short; neither of us will share any confidential information about each-other, by any means, with anyone else.
| 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/" */ |
| 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; | |
| } |
| 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; |
I hereby claim:
To claim this, I am signing this object: