first template launch (#2)

Co-authored-by: Michael DiLeo <michael.dileo@oakstreethealth.com>
Reviewed-on: #2
This commit was merged in pull request #2.
This commit is contained in:
2025-08-14 00:11:50 +00:00
parent 12eadac926
commit 38c707885a
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;