forgejo/docs/content
rock2dust c0888def50
Update reverse-proxies.zh-cn.md ()
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
..
doc Update reverse-proxies.zh-cn.md () 2022-10-17 17:30:30 -04:00
page Fix doc and heatmap for the Vue3 refactoring () 2022-10-02 10:13:44 +08:00