From d5e7ef2317d3ed4e7085d5633e55c7b6e9378490 Mon Sep 17 00:00:00 2001 From: Alexandre de Verteuil Date: Tue, 6 Aug 2019 03:47:08 -0400 Subject: [PATCH] Update behind_proxy.md with linkback to nginx.com (#18150) --- docs/sources/installation/behind_proxy.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/sources/installation/behind_proxy.md b/docs/sources/installation/behind_proxy.md index 6e3884456ac..8dc2a4d9d3a 100644 --- a/docs/sources/installation/behind_proxy.md +++ b/docs/sources/installation/behind_proxy.md @@ -35,6 +35,8 @@ domain = foo.bar ### Nginx configuration +Nginx is a high performance load balancer, web server and reverse proxy: https://www.nginx.com/ + ```bash server { listen 80;