我使用openresty openresty/1.21.4.1
作为Web服务器,今天我将nginx配置从/etc/nginx/
复制到/usr/local/openresty/nginx/
,然后我删除了nginx /etc/nginx/
的配置,但是Web服务器无法访问,我使用以下命令显示openresty配置:
[root@k8smasterone nginx]# /usr/local/openresty/bin/openresty -t
nginx: the configuration file /usr/local/openresty/nginx/conf/nginx.conf syntax is ok
nginx: configuration file /usr/local/openresty/nginx/conf/nginx.conf test is successful
openresty是否使用nginx配置?是否可以使用/usr/local/openresty/nginx/conf
中的配置创建openresty?我应该把nginx配置放在哪里?
1条答案
按热度按时间pkmbmrz71#
是的,
bin/openresty
是Nginx命令的别名。您可以使用-p
或-c
标志指向您的配置: