-
Notifications
You must be signed in to change notification settings - Fork 5
20180103
temberature edited this page Mar 14, 2018
·
5 revisions
/home/www/.ssh/authorized_keys
chown www:www /home/www/.ssh chown www:www /home/www/.ssh/authorized_keys chmod 700 /home/www/.ssh
chmod 600 /home/www/.ssh/authorized_keys
ssh -i /home/zhangsan/.ssh/id_rsa [email protected]
http://blog.csdn.net/jom_ch/article/details/9285683
https://zhuanlan.zhihu.com/p/22126999
gunicorn.conf 需要加上# -- coding: UTF-8 --
/etc/nginx/sites-available/default 如果服务器使用ip , 可以修改nginx默认配置