Ghost 1.x on CentOS 6
1. Prerequisite 安装Ghost之前, 我们需要先安装以下: Nginx Certbot MySQL Migrate Data (db schema) 1.1 Nginx $ yum install -y nginx $ nginx -v $ service nginx status $ vi /etc/nginx/conf.d/ghost.conf // ghost.conf server { listen 80; listen [::]:80; listen 443 ssl http2; listen [::]:443 ssl http2; server_name ninoishere.com www.…