Browse Source

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>
tags/v1.11.0-rc1
Erwan Colin 4 years ago
parent
commit
2401779aac
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      docs/content/doc/usage/reverse-proxies.en-us.md

+ 1
- 1
docs/content/doc/usage/reverse-proxies.en-us.md View File

@@ -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 {

Loading…
Cancel
Save