From 0c8428362fc5b2c2505e438651972231b2f8e3e1 Mon Sep 17 00:00:00 2001 From: ovari123 <ovari123@zoho.com> Date: Tue, 28 Jan 2025 06:56:13 -0400 Subject: [PATCH] =?UTF-8?q?jams/admin.md:=20below=20=E2=86=92=20following?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit If printed, it may not be below, it may be on the next page. Following includes below and next. Change-Id: Ia12d1b040925ee8f129daf9c139a450decb3931f --- jams/admin.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jams/admin.md b/jams/admin.md index a74abdd5..32ea99a1 100644 --- a/jams/admin.md +++ b/jams/admin.md @@ -11,7 +11,7 @@ JAMS is required to run in SSL mode. It is recommended to place JAMS behind an [Nginx](https://nginx.org/) or similar web server. The Nginx, or similar, web server would proxy requests between the outside world and JAMS. -Below is an example map of how the JAMS could be configured behind an Nginx server. +The following is an example map of how the JAMS could be configured behind an Nginx server. The process would be similar if any other type of proxy solution is used.  @@ -107,7 +107,7 @@ The parameters **PORT**, **SSL_CERTIFICATE** and **SSL_CERTIFICATE_KEY** are opt 4. Create a new file inside the `bin` folder named `openssl.cnf` (make sure that the file extension is `.cnd` and not `.cnd.txt`). -5. Copy and paste the default configuration below from <http://www.flatmtn.com/article/setting-openssl-create-certificates.html>. +5. Copy and paste the following default configuration from <http://www.flatmtn.com/article/setting-openssl-create-certificates.html>: <pre> <i># # OpenSSL configuration file. -- GitLab