Mercurial Hosting > luan
changeset 2053:55077903f642 acme-tiny
add missing semicolon
| author | Violet7 |
|---|---|
| date | Tue, 11 Nov 2025 19:10:04 -0800 |
| parents | caeaf6e76467 |
| children | 9a1b5e292b63 |
| files | host/startup/nginx/nginx.conf.luan |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/host/startup/nginx/nginx.conf.luan Tue Nov 11 19:07:25 2025 -0800 +++ b/host/startup/nginx/nginx.conf.luan Tue Nov 11 19:10:04 2025 -0800 @@ -3,7 +3,7 @@ %> worker_processes 4; user <%=user%> <%=group%>; -pid <%=rootDir%>/local/nginx.pid +pid <%=rootDir%>/local/nginx.pid; events { worker_connections 4096;
