[gbm-web] redirector: Load nginx modules before workers start



commit 918d018dcb3c8ca8d9364b4a4d4fadee21fb6692
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Thu Oct 29 12:36:40 2020 +0100

    redirector: Load nginx modules before workers start

 redirector/nginx.conf | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/redirector/nginx.conf b/redirector/nginx.conf
index 1307243..8650405 100644
--- a/redirector/nginx.conf
+++ b/redirector/nginx.conf
@@ -2,13 +2,12 @@ worker_processes  1;
 
 error_log  /dev/stderr warn;
 pid        /tmp/nginx.pid;
+include /usr/share/nginx/modules-available/*.conf;
 
 events {
     worker_connections  1024;
 }
 
-include /usr/share/nginx/modules-available/*.conf;
-
 http {
     proxy_temp_path /tmp/proxy_temp;
     client_body_temp_path /tmp/client_temp;


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