Skip to content

Commit 2401779

Browse files
ZephOnezeripath
authored andcommitted
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 <[email protected]> Co-authored-by: zeripath <[email protected]>
1 parent d86e587 commit 2401779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/doc/usage/reverse-proxies.en-us.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ menu:
1414
---
1515

1616
## Using Nginx as a reverse proxy
17-
If you want Nginx to serve your Gitea instance, you can the following `server` section inside the `http` section of `nginx.conf`:
17+
If you want Nginx to serve your Gitea instance, add the following `server` section to the `http` section of `nginx.conf`:
1818

1919
```
2020
server {

0 commit comments

Comments
 (0)