You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by my...@apache.org on 2019/12/09 08:26:50 UTC

[incubator-dlab] 01/01: [DLAB-1363] - SSO on AWS fixed

This is an automated email from the ASF dual-hosted git repository.

mykolabodnar pushed a commit to branch DLAB-1363
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git

commit c62ad1e377decbc44260fda3cdec65494e85565c
Author: Mykola_Bodnar1 <bo...@gmail.com>
AuthorDate: Mon Dec 9 10:26:27 2019 +0200

    [DLAB-1363] - SSO on AWS fixed
---
 infrastructure-provisioning/src/project/templates/nginx.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/src/project/templates/nginx.conf b/infrastructure-provisioning/src/project/templates/nginx.conf
index 7aa56d2..7ce18ca 100644
--- a/infrastructure-provisioning/src/project/templates/nginx.conf
+++ b/infrastructure-provisioning/src/project/templates/nginx.conf
@@ -19,7 +19,7 @@
 #
 # ******************************************************************************
 user nginx;
-worker_processes auto;
+worker_processes 1;
 error_log /var/log/nginx/error.log;
 pid /run/nginx.pid;
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@dlab.apache.org
For additional commands, e-mail: commits-help@dlab.apache.org