Mercurial Hosting > luan
comparison host/startup/nginx/nginx.conf.luan @ 2053:55077903f642 acme-tiny
add missing semicolon
| author | Violet7 |
|---|---|
| date | Tue, 11 Nov 2025 19:10:04 -0800 |
| parents | 1f4c590bf0ae |
| children |
comparison
equal
deleted
inserted
replaced
| 2052:caeaf6e76467 | 2053:55077903f642 |
|---|---|
| 1 local rootDir, user, group = ... | 1 local rootDir, user, group = ... |
| 2 | 2 |
| 3 %> | 3 %> |
| 4 worker_processes 4; | 4 worker_processes 4; |
| 5 user <%=user%> <%=group%>; | 5 user <%=user%> <%=group%>; |
| 6 pid <%=rootDir%>/local/nginx.pid | 6 pid <%=rootDir%>/local/nginx.pid; |
| 7 | 7 |
| 8 events { | 8 events { |
| 9 worker_connections 4096; | 9 worker_connections 4096; |
| 10 } | 10 } |
| 11 | 11 |
