[OpenSRF-GIT] OpenSRF branch master updated. 5d7ab29b6f8f88a65ebfe25eb08dd60761f1e81c
Evergreen Git
git at git.evergreen-ils.org
Tue Mar 14 22:45:01 EDT 2017
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "OpenSRF".
The branch, master has been updated
via 5d7ab29b6f8f88a65ebfe25eb08dd60761f1e81c (commit)
from b397106c15c336765ca6afeb8a88d395ef21a99c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 5d7ab29b6f8f88a65ebfe25eb08dd60761f1e81c
Author: Chris Sharp <csharp at georgialibraries.org>
Date: Sat Mar 4 15:22:20 2017 -0500
LP#1670045 - Correct Nginx README instructions
Previously, following the optional Nginx server setup
instructions resulted in failure for nginx to install
because Apache is already using ports 80 and 443. Switch
the steps so that we change Apache's listening ports before
APT installation.
Signed-off-by: Chris Sharp <csharp at georgialibraries.org>
Signed-off-by: Ben Shum <ben at evergreener.net>
diff --git a/README b/README
index 28d879d..2925a94 100644
--- a/README
+++ b/README
@@ -533,16 +533,17 @@ administration and network tasks. The steps should be run as the *root*
Linux account, and assume that you already followed the instructions
for installing WebSockets support.
-1. Install NGINX if not already present:
+1. Configure the main Apache instance to listen on port 7080 for HTTP and
+ port 7443 for HTTPS and ensure that it is not listening on ports 80
+ and 443, then restart Apache.
++
+2. Install NGINX if not already present:
+
[source, bash]
---------------------------------------------------------------------------
apt-get install nginx
---------------------------------------------------------------------------
+
-2. Configure the main Apache instance to listen on port 7080 for HTTP and
- port 7443 for HTTPS and ensure that it is not listening on ports 80
- and 443, then restart Apache.
3. Copy the example NGINX configuration file into place.
+
[source, bash]
-----------------------------------------------------------------------
Summary of changes:
README | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
hooks/post-receive
--
OpenSRF
More information about the opensrf-commits
mailing list