I hereby claim:
- I am deflume1 on github.
- I am deflume1 (https://keybase.io/deflume1) on keybase.
- I have a public key whose fingerprint is 1E21 8A95 ECD6 4C1A DB4E 9BBD 386F 5685 00B1 868B
To claim this, I am signing this object:
| [program:ghost] | |
| command = npm start --production | |
| directory = /var/www/ghost | |
| user = ghost | |
| autostart = true | |
| autorestart = true | |
| stdout_logfile = /var/log/supervisor/ghost.log | |
| stderr_logfile = /var/log/supervisor/ghost_err.log | |
| environment = NODE_ENV="production" |
| production: { | |
| url: 'https://deflumeri.com', | |
| mail: {}, | |
| database: { | |
| client: 'sqlite3', | |
| connection: { | |
| filename: path.join(__dirname, '/content/data/ghost.db') | |
| }, | |
| debug: false | |
| }, |
| user www-data; | |
| worker_processes auto; | |
| pid /run/nginx.pid; | |
| events { | |
| worker_connections 768; | |
| } | |
| http { |
| # map of content type -> expires header | |
| map $sent_http_content_type $expires { | |
| default off; | |
| text/html epoch; | |
| text/css max; | |
| application/javascript max; | |
| ~image/ max; | |
| } | |
| # listen for BS traffic on 80 that lacks a hostname, and just serve |
I hereby claim:
To claim this, I am signing this object: