first template launch

This commit is contained in:
Michael DiLeo
2025-08-13 19:10:31 -05:00
parent 12eadac926
commit f23531dd70
11 changed files with 902 additions and 23 deletions

View File

@@ -1,6 +1,5 @@
user nginx;
worker_processes auto;
pid /var/run/nginx.pid;
pid /tmp/nginx.pid;
events {
worker_connections 1024;