From b35e8538351b8c6c1e0bddb7678435d62b996c31 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Wed, 9 Jan 2019 17:35:12 -0500 Subject: [PATCH] fix formatting issue in release notes Signed-off-by: Galen Charlton --- doc/RELEASE_NOTES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/RELEASE_NOTES.txt b/doc/RELEASE_NOTES.txt index 4d1085a..e504cc8 100644 --- a/doc/RELEASE_NOTES.txt +++ b/doc/RELEASE_NOTES.txt @@ -128,7 +128,7 @@ Users of a reverse proxy such as NGINX should install and enable the Apache `mod_remoteip` module, then adjust the Apache configuration to include lines like this: -[source] +[source,bash] ---- RemoteIPInternalProxy 127.0.0.1/24 # or whatever the proxy IP address is RemoteIPInternalProxy ::1 # or whatever the proxy IP address is -- 2.11.0