From 69a81042db16e9380a6d57621ca67de78603cfd8 Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Wed, 22 Jul 2020 18:54:35 +0200 Subject: [PATCH] docs: enabled nginx syntax highlighting --- docs/nginx-proxy.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/nginx-proxy.md b/docs/nginx-proxy.md index 385c15ed..9d363f07 100644 --- a/docs/nginx-proxy.md +++ b/docs/nginx-proxy.md @@ -2,7 +2,7 @@ Example of nginx configuration (reverse proxy) running remark42 service on remark42.example.com -``` +```nginx server { listen 443; server_name remark42.example.com; @@ -47,4 +47,4 @@ server { } ``` -note: `proxy_pass` points to internal DNS name `remark42` and expected to run from the same compose. If nginx runs outside of compose the real IP (or docker's bridge IP) should be used \ No newline at end of file +note: `proxy_pass` points to internal DNS name `remark42` and expected to run from the same compose. If nginx runs outside of compose the real IP (or docker's bridge IP) should be used