From 7c8f796ca9d9c2082e7d2b3a3c8d1213a09cd7be Mon Sep 17 00:00:00 2001 From: Brandon Myers Date: Fri, 3 Jan 2020 12:12:35 -0600 Subject: [PATCH] Update install docs for nginx --- config/nginx.conf | 1 - .../manual/{mozdef_services => external_services}/nginx.rst | 0 2 files changed, 1 deletion(-) rename docs/source/installation/manual/{mozdef_services => external_services}/nginx.rst (100%) diff --git a/config/nginx.conf b/config/nginx.conf index bb810ba0..83cc6807 100644 --- a/config/nginx.conf +++ b/config/nginx.conf @@ -56,7 +56,6 @@ http { error_log /var/log/mozdef/nginx.loginput.error_log notice; listen 8080; - listen 8443 ssl; charset utf-8; root /opt/mozdef/envs/mozdef/loginput; diff --git a/docs/source/installation/manual/mozdef_services/nginx.rst b/docs/source/installation/manual/external_services/nginx.rst similarity index 100% rename from docs/source/installation/manual/mozdef_services/nginx.rst rename to docs/source/installation/manual/external_services/nginx.rst