decentraland / catalyst-owner

Everything necessary for catalyst owners to deploy their own node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't reload Nginx after configuration update

sfoxdev opened this issue · comments

Using image decentraland/openresty-lua:v1.1.0 can't reload Nginx

/ # nginx -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
/ # nginx -s reload
2021/10/06 16:37:47 [notice] 32#32: signal process started
2021/10/06 16:37:47 [error] 32#32: invalid PID number "" in "/usr/local/openresty/nginx/logs/nginx.pid"
nginx: [error] invalid PID number "" in "/usr/local/openresty/nginx/logs/nginx.pid"
/ #

Closing this issue as since 7024e14 we are not using OpenResty.