研发项目需求:https、环境:php7
80配置
1 | server { |
443配置
1 | server { |
nginx定义php版本-目的:让配置文件直接调用
vim /etc/nginx/conf.d/php_version.conf
1 | upstream php5.6 |
配置文件语法检查
1 | [root@localhost]# nginx -t |
优雅重启nginx
1 | /etc/init.d/nginx -s reload |
查看日志
1 | tailf /var/log/nginx/xxx.test1.net.access_log |
- 本文作者: GaryWu
- 本文链接: https://garywu520.github.io/2017/08/24/nginx生产环境-案例1/
- 版权声明: 本博客所有文章除特别声明外,均采用 MIT 许可协议。转载请注明出处!