mirror of
https://gitea.com/gitea/docs.git
synced 2026-09-17 19:55:34 +00:00
c6d1ae10e1ee64c2c1950b71b971031ea07ddc62
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 <[email protected]>
Signed-off-by: rock2dust <[email protected]>
Co-authored-by: Lunny Xiao <[email protected]>
Languages
TypeScript
42.4%
MDX
30.9%
Astro
8.1%
JavaScript
6.4%
Shell
6%
Other
6.2%