相册的安装,参照:
https://blog.tearth.me/chevereto/
下载文件:
wget https://github.com/Chevereto/Chevereto-Free/archive/1.1.3.zip
解压文件,然后进入:
cd app
touch settings.php
chown -R www:www /home/wwwroot/photo.wutan.cn
chattr -i /home/wwwroot/photo.wutan.cn/.user.ini
chmod 777 images content
vi photo.wutan.cn.conf
location / {
try_files $uri $uri/ /index.php?$query_string;
}
/etc/init.d/nginx restart
#设置附件大小
vi /usr/local/nginx/conf/nginx.conf
/etc/init.d/nginx {start|stop|reload|restart}