comparison host/startup/nginx/nginx.conf.luan @ 2083:39d4215259ec ssltesting

tabs instead of spaces
author Violet7
date Tue, 09 Dec 2025 22:12:51 -0800
parents 6016342e54ea
children c35179c79298
comparison
equal deleted inserted replaced
2082:cdc9a31c6f71 2083:39d4215259ec
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
12 http { 12 http {
13 include mime.types; 13 include mime.types;
14 default_type application/octet-stream; 14 default_type application/octet-stream;