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/09 12:44] – add signature invalid info antisa | wiki:nginx_troubleshooting [2026/03/18 10:17] (current) – [Headers not proxied to backend server] add test app link antisa | ||
|---|---|---|---|
| Line 103: | Line 103: | ||
| apt-key add / | apt-key add / | ||
| - | After you've added the [[https:// | + | After you've added the [[https:// |
| ==== Tested on ==== | ==== Tested on ==== | ||
| * 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.1725885886.txt.gz · Last modified: by antisa
