wiki:nginx_troubleshooting
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| wiki:nginx_troubleshooting [2024/09/25 08:37] – [The following signatures were invalid: EXPKEYSIG ABF5BD827BD9BF62 nginx signing key] update link to nginx repo antisa | wiki:nginx_troubleshooting [2026/03/18 10:17] (current) – [Headers not proxied to backend server] add test app link antisa | ||
|---|---|---|---|
| Line 108: | Line 108: | ||
| * nginx/ | * nginx/ | ||
| * Debian 10 Buster | * Debian 10 Buster | ||
| + | |||
| + | ===== Headers not proxied to backend server ===== | ||
| + | |||
| + | If you are setting proxy headers like: | ||
| + | <code | download> | ||
| + | |||
| + | location / { | ||
| + | proxy_pass | ||
| + | proxy_set_header | ||
| + | proxy_set_header | ||
| + | proxy_set_header | ||
| + | proxy_set_header | ||
| + | proxy_set_header | ||
| + | } | ||
| + | |||
| + | </ | ||
| + | |||
| + | they will only be visible in the app when 200 OK code is returned. Also headers can't have underscores in them unless '' | ||
| + | |||
| + | Use [[wiki: | ||
| ====== See also ====== | ====== See also ====== | ||
wiki/nginx_troubleshooting.1727253454.txt.gz · Last modified: by antisa
