

- [nginx]
- name=nginx repo
- baseurl=http://nginx.org/packages/centos/7/$basearch/
- gpgcheck=0
- enabled=1

重启可能出现的问题:
nginx: [emerg] module "/usr/lib64/nginx/modules/ngx_http_image_filter_module
......
原因:不匹配
解决:
先卸载:yum remove nginx-mod*
在安装:yum install nginx-module-*
在重启:nginx -s reload(如果还有问题,用命令nginx -t 测试下,看看什么问题)