chore(dev): added way to download nginx locally to run nginx
This commit is contained in:
parent
5fca0d0e94
commit
327ba987ed
3 changed files with 13 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue