Skip to content

Commit

Permalink
Merge branch 'nginx-oss-class' into nginx-oss-class-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Robb-Fr committed Dec 4, 2024
2 parents fe017cf + 6cac94a commit ad995fa
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docs/class21/modules/module2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -608,9 +608,9 @@ with it. The following points can be surprising:
- The first matched REGEX stops the matching check process: the order matters
and there is not such thing as longest matched REGEX (fortunately so)

Among other points. The referenced [blog
post](https://www.f5.com/company/blog/nginx/regular-expression-tester-nginx)
from Rick Nelson gathers interesting examples and an explanation for a tester
Among other points. The referenced `blog post
<https://www.f5.com/company/blog/nginx/regular-expression-tester-nginx>`_ from
Rick Nelson gathers interesting examples and an explanation for a tester
software you can run to check which routes match a given REGEX location. Check
examples from the NGINX documentation to familiarize with REGEX and locations
definitions in NGINX.
Expand All @@ -622,6 +622,8 @@ definitions in NGINX.

https://docs.nginx.com/nginx/admin-guide/content-cache/content-caching/

https://blog.nginx.org/blog/nginx-caching-guide

Kapranoff, Nginx Troubleshooting, 82.

http://nginx.org/en/docs/http/ngx_http_proxy_module.html
Expand Down Expand Up @@ -1108,7 +1110,7 @@ To answer both aspects:
to upstream servers generating dynamic content. NGINX even has optimized
proxy passing for certain protocols such as FastCGI with the
`ngx_http_fastcgi_module
<https://nginx.org/en/docs/http/ngx_http_fastcgi_module.html>` and its
<https://nginx.org/en/docs/http/ngx_http_fastcgi_module.html>`_ and its
``fastcgi_pass`` directive.

The difference between both is that:
Expand Down

0 comments on commit ad995fa

Please sign in to comment.