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 [2023/10/03 09:18] – [Location matching when serving content] add help box antisa | wiki:nginx_troubleshooting [2026/03/18 10:17] (current) – [Headers not proxied to backend server] add test app link antisa | ||
|---|---|---|---|
| Line 96: | Line 96: | ||
| ==== Tested on ==== | ==== Tested on ==== | ||
| * nginx/ | * nginx/ | ||
| + | |||
| + | |||
| + | ===== The following signatures were invalid: EXPKEYSIG ABF5BD827BD9BF62 nginx signing key ===== | ||
| + | |||
| + | Run: | ||
| + | apt-key add / | ||
| + | |||
| + | After you've added the [[https:// | ||
| + | |||
| + | ==== Tested on ==== | ||
| + | * nginx/ | ||
| + | * 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.1696324707.txt.gz · Last modified: by antisa
