mirror of
https://gitea.com/gitea/docs.git
synced 2026-09-17 19:55:34 +00:00
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]>
This commit is contained in:
committed by
Lauris BH
co-authored by
zeripath
parent
1020da4860
commit
be5b88610e
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user