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>
This commit is contained in:
parent
d86e587186
commit
2401779aac
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue