nginx Active: failed (Result: exit-code)

● nginx.service - A high performance web server and a reverse proxy server
Loaded: loaded (/lib/systemd/system/nginx.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Wed 2020-01-29 16:13:38 CST; 2min 12s ago
Docs: man:nginx(8)
Process: 346 ExecStartPre=/usr/sbin/nginx -t -q -g daemon on; master_process on; (code=exited, status=1/FAILURE)

Jan 29 16:13:38 iZuf6ho8zm29gfku9v72vnZ systemd[1]: Starting A high performance web server and a reverse proxy server...
Jan 29 16:13:38 iZuf6ho8zm29gfku9v72vnZ nginx[346]: nginx: [emerg] open() "/etc/nginx/uwsgi_params" failed (2: No such file or directory) in /etc/nginx/ngin
Jan 29 16:13:38 iZuf6ho8zm29gfku9v72vnZ nginx[346]: nginx: configuration file /etc/nginx/nginx.conf test failed
Jan 29 16:13:38 iZuf6ho8zm29gfku9v72vnZ systemd[1]: nginx.service: Control process exited, code=exited status=1
Jan 29 16:13:38 iZuf6ho8zm29gfku9v72vnZ systemd[1]: nginx.service: Failed with result 'exit-code'.
Jan 29 16:13:38 iZuf6ho8zm29gfku9v72vnZ systemd[1]: Failed to start A high performance web server and a reverse proxy server.

open() "/etc/nginx/uwsgi_params" failed (2: No such file or directory) in /etc/nginx/ngin
检查下这个配置文件,以及对应目录的权限

nginx.conf 文件写的不对,
nginx -t -c /etc/nginx/conf.d/default.conf
可以用上面命令参数检查conf个文件是否正确,【/etc/nginx/conf.d/default.conf】换成你的控制文件位置