From d266c62a3dcca307daa7da620435b5abbd217c3b Mon Sep 17 00:00:00 2001 From: bilbonl <68012082+bilbonl@users.noreply.github.com> Date: Tue, 25 Oct 2022 17:21:56 +0200 Subject: [PATCH] Text alignment --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87b9d53..b6a8d48 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ They can be found under the `lib` directory in the `` given to the 1. Copy the associated libraries to /usr/lib on your existing nginx server 2. Copy the nginx attachment file lib/libngx_module.so to the following path on your existing nginx server: /usr/lib/nginx/modules/ 3. Load the attachment on your nginx by adding the following command to the main nginx.conf file: - load_module /usr/lib/nginx/modules/libngx_module.so; + `load_module /usr/lib/nginx/modules/libngx_module.so;` 4. Restart your nginx server. ### Compiling the attachment code and create a docker image for an existing nginx/ingres-nginx alpine docker