Mercurial Hosting > luan
changeset 2098:0d247a84c26d ssltesting
move nginx.pid to /var/run
| author | Violet7 |
|---|---|
| date | Mon, 15 Dec 2025 20:04:01 -0800 |
| parents | c1594d23d45b |
| children | 41b8b2cbbdf8 |
| files | host/startup/nginx/nginx.conf.luan |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
diff -r c1594d23d45b -r 0d247a84c26d host/startup/nginx/nginx.conf.luan --- a/host/startup/nginx/nginx.conf.luan Mon Dec 15 19:44:28 2025 -0800 +++ b/host/startup/nginx/nginx.conf.luan Mon Dec 15 20:04:01 2025 -0800 @@ -3,7 +3,7 @@ %> worker_processes 4; user <%=user%> <%=group%>; -pid <%=rootDir%>/local/nginx.pid; +pid /var/run/luanhost_nginx.pid; events { worker_connections 4096;
