gitea/docs/content/doc/usage
rock2dust c0888def50
Update reverse-proxies.zh-cn.md (#21484)
add proxy header to nginx config example
```
        proxy_set_header Host $host;
        proxy_set_header X-Real-IP $remote_addr;
        proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
        proxy_set_header X-Forwarded-Proto $scheme;
```
Signed-off-by: rock2dust <its@baronbunny.cn>

Signed-off-by: rock2dust <its@baronbunny.cn>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2022-10-17 17:30:30 -04:00
..
agit-support.en-us.md
backup-and-restore.en-us.md
backup-and-restore.zh-cn.md
backup-and-restore.zh-tw.md
command-line.en-us.md Add markdownlint (#20512) 2022-07-28 09:22:47 +08:00
email-setup.en-us.md
fail2ban-setup.en-us.md
fail2ban-setup.zh-cn.md
git-lfs-support.md Switch to non-deprecation setting (#18358) 2022-01-23 20:02:29 +01:00
https-support.md
issue-pull-request-templates.en-us.md
issue-pull-request-templates.zh-cn.md
linked-references.en-us.md
merge-message-templates.en-us.md
permissions.en-us.md Add markdownlint (#20512) 2022-07-28 09:22:47 +08:00
pull-request.en-us.md
pull-request.zh-cn.md
pull-request.zh-tw.md
push-options.en-us.md
push-options.zh-tw.md
reverse-proxies.en-us.md
reverse-proxies.zh-cn.md Update reverse-proxies.zh-cn.md (#21484) 2022-10-17 17:30:30 -04:00
template-repositories.md