diff 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
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;