“Nginx”的版本间的差异

来自姬鸿昌的知识库
跳到导航 跳到搜索
(建立内容为“/etc/nginx/nginx.conf”的新页面)
 
第1行: 第1行:
 
/etc/nginx/nginx.conf
 
/etc/nginx/nginx.conf
 +
 +
 +
 +
校验配置文件<syntaxhighlight lang="shell-session">
 +
pi@raspberrypi:~ $ sudo nginx -t
 +
nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
 +
nginx: configuration file /etc/nginx/nginx.conf test is successful
 +
pi@raspberrypi:~ $
 +
</syntaxhighlight>

2022年8月18日 (四) 20:32的版本

/etc/nginx/nginx.conf


校验配置文件

pi@raspberrypi:~ $ sudo nginx -t
nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
nginx: configuration file /etc/nginx/nginx.conf test is successful
pi@raspberrypi:~ $