From a81e50f2488265fdec2a42e97be67f1c31a15cf1 Mon Sep 17 00:00:00 2001 From: Joshua Miller Date: Tue, 20 Dec 2016 17:52:39 +0100 Subject: [PATCH] spelling --- docs/installation/web-server.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/installation/web-server.md b/docs/installation/web-server.md index e7f272c2d..6c6cc1ddd 100644 --- a/docs/installation/web-server.md +++ b/docs/installation/web-server.md @@ -132,11 +132,11 @@ At this point, you should be able to connect to the nginx HTTP service at the se ## Possible reasons for 5XX Errors -### gunicorn is misconfigured or not running +### gunicorn is mis-configured or not running -If you receive a 502 (bad gateway) error, this indicates that gunicorn is misconfigured or not running. +If you receive a 502 (bad gateway) error, this indicates that gunicorn is mis-configured or not running. -### selinux is blocking Nginx or Apache from initating connections +### selinux is blocking Nginx or Apache from initiating connections If you receive a 503 (Service Unavailable) selinux might be the culprit if see the following in Apache’s error log: ```no-highlight