chore(dev): added way to download nginx locally to run nginx

This commit is contained in:
Maieul BOYER 2026-01-06 16:25:48 +01:00 committed by Nigel
parent 5fca0d0e94
commit 327ba987ed
3 changed files with 13 additions and 3 deletions

View file

@ -1,7 +1,7 @@
worker_processes 1;
pid /dev/null;
daemon off;
error_log stderr debug;
error_log /dev/null debug;
events {
worker_connections 1024;