[wgo2-web/oscp] Include modules snippets



commit f7d86776e435be0ff0a269c1718bcb1939fdbcc7
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Wed Mar 24 10:45:38 2021 +0100

    Include modules snippets

 nginx.conf | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/nginx.conf b/nginx.conf
index 228c026..2fa635b 100644
--- a/nginx.conf
+++ b/nginx.conf
@@ -3,6 +3,8 @@ worker_processes  1;
 error_log  /dev/stderr warn;
 pid        /tmp/nginx.pid;
 
+include /usr/share/nginx/modules-available/*.conf;
+
 events {
     worker_connections  1024;
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]