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/09/29 10:23] – [nginx seems to serve from wrong vhost?] add point about listen directives antisa | wiki:nginx_troubleshooting [2024/09/25 08:37] (current) – [The following signatures were invalid: EXPKEYSIG ABF5BD827BD9BF62 nginx signing key] update link to nginx repo antisa | ||
---|---|---|---|
Line 85: | Line 85: | ||
3. `~`, `~*` Regular expression case sensitive/ | 3. `~`, `~*` Regular expression case sensitive/ | ||
4. `/` | 4. `/` | ||
+ | |||
+ | <WRAP center round help 60%> | ||
+ | If you are using the grouping of URIs in parenthesis e.g. | ||
+ | |||
+ | location ^~ / | ||
+ | | ||
+ | This won't work. Use the `~*` modifier for that. | ||
+ | </ | ||
+ | |||
==== 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 | ||
====== See also ====== | ====== See also ====== |
wiki/nginx_troubleshooting.1695982992.txt.gz · Last modified: 2023/09/29 10:23 by antisa