diff options
author | Erwan Colin <zephone@protonmail.com> | 2019-12-27 13:17:26 +0100 |
---|---|---|
committer | Lauris BH <lauris@nix.lv> | 2019-12-27 14:17:26 +0200 |
commit | 2401779aac7fae0b055e3caf4dddf109425db4bc (patch) | |
tree | c91c7c7cbbb40d7f452883b17e4920a64109c796 /docs | |
parent | d86e5871869a32b7b8dddc688641d2c4257b740d (diff) | |
download | gitea-2401779aac7fae0b055e3caf4dddf109425db4bc.tar.gz gitea-2401779aac7fae0b055e3caf4dddf109425db4bc.zip |
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 <art27@cantab.net>
Co-authored-by: zeripath <art27@cantab.net>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/content/doc/usage/reverse-proxies.en-us.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/doc/usage/reverse-proxies.en-us.md b/docs/content/doc/usage/reverse-proxies.en-us.md index 0e4d4b71c7..4c6a0560df 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 { |