User Tools

Site Tools


wiki:nginx_troubleshooting

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
wiki:nginx_troubleshooting [2023/09/29 12:23] – [nginx seems to serve from wrong vhost?] add point about listen directives antisawiki:nginx_troubleshooting [2023/10/03 11:18] (current) – [Location matching when serving content] add help box antisa
Line 85: Line 85:
   3. `~`, `~*` Regular expression case sensitive/insensitive   3. `~`, `~*` Regular expression case sensitive/insensitive
   4. `/`       Longest-prefix-match   4. `/`       Longest-prefix-match
 +
 +<WRAP center round help 60%>
 +If you are using the grouping of URIs in parenthesis e.g.
 +
 +  location ^~ /(.well-known|pathA|otherslug)
 +  
 +This won't work. Use the `~*` modifier for that.
 +</WRAP>
 +
 ==== Tested on ==== ==== Tested on ====
   * nginx/1.23.1   * nginx/1.23.1
wiki/nginx_troubleshooting.1695982992.txt.gz · Last modified: 2023/09/29 12:23 by antisa

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki