Skip to content
This repository was archived by the owner on Sep 12, 2023. It is now read-only.

Commit c293faf

Browse files
authored
🐛 Restore missing nginx events configuration block (#10)
1 parent 2608407 commit c293faf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/nginx.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ worker_processes auto;
22
error_log stderr warn;
33
pid /run/nginx.pid;
44

5+
events {}
6+
57
http {
68
error_log /dev/stderr notice;
79
access_log /dev/stdout;

0 commit comments

Comments
 (0)