什么网站可以免费推广,wordpress 4.9.1,新网站建设流程,网站建立连接不安全1、安装nginx:
yum install nginx 2、Nginx常用命令 查看版本:nginx -v 启动:nginx -c /etc/nginx/nginx.conf 重新加载配置:nginx -s reload 停止:nginx -s stop
3、Nginx反向代理配置 nginx配置详解
1、Nginx配置图
详情可以查看:http://nginx.org/ru/docs/example…
1、安装nginx:
yum install nginx 2、Nginx常用命令
查看版本:nginx -v
启动:nginx -c /etc/nginx/nginx.conf
重新加载配置:nginx -s reload
停止:nginx-sstop
3、Nginx反向代理配置 nginx配置详解
1、Nginx配置图
详情可以查看:http://nginx.org/ru/docs/example.html 2、Main全局设置
user是个主模块指令,指定Nginx Worker进程运行用户以及用户组,默认由nobody账号运行。
worker_processes是个主模块指令,指定了Nginx要开启的进程数。每个Nginx进程平均耗费10M~12M内存。建议指定和CPU的数量一致即可。
error_log是个主模块指令,用来定义全局错误日志文件