From 2401779aac7fae0b055e3caf4dddf109425db4bc Mon Sep 17 00:00:00 2001 From: Erwan Colin Date: Fri, 27 Dec 2019 13:17:26 +0100 Subject: [PATCH] Correct a language error in reverse proxy doc (#9455) * Correct a language error in reverse proxy doc * Apply suggestions from code review Co-Authored-By: zeripath Co-authored-by: zeripath --- docs/content/doc/usage/reverse-proxies.en-us.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/doc/usage/reverse-proxies.en-us.md b/docs/content/doc/usage/reverse-proxies.en-us.md index 0e4d4b71c..4c6a0560d 100644 --- a/docs/content/doc/usage/reverse-proxies.en-us.md +++ b/docs/content/doc/usage/reverse-proxies.en-us.md @@ -14,7 +14,7 @@ menu: --- ## Using Nginx as a reverse proxy -If you want Nginx to serve your Gitea instance, you can the following `server` section inside the `http` section of `nginx.conf`: +If you want Nginx to serve your Gitea instance, add the following `server` section to the `http` section of `nginx.conf`: ``` server {