
Ubuntu 16.04下nginx 开机无法自启
自从 Ubuntu 15.04 之后,就已经开始默认使用 systemd 了,你的配制方法是传统的 Upstart/Sysinitv,所以不起作用。应该使用 systemd 对应的 systemctl 命令。 启动: systemctl s...
自从 Ubuntu 15.04 之后,就已经开始默认使用 systemd 了,你的配制方法是传统的 Upstart/Sysinitv,所以不起作用。应该使用 systemd 对应的 systemctl 命令。 启动: systemctl s...
使用老版本的SSH客户端链接使用最新版的SSH服务的服务器时,经常会遇到 does not support diffie-hellman-group1-sha1 for keyexchange 或 The negotiation of en...
upload_max_filesize = 200M post_max_size = 200M 重启fpm服务 server { … client_max_body_size 200m; … } 重启nginx服务