Linux-nginx-base1
Aug 08, 2016 am 09:19 AMSummary: Normal matching and regular matching of location prefix in nginx
Regular matching prefix:
tag | meaning |
---|---|
~ | for case sensitive matching |
~ * | for case insensitive matching |
Except for the regular matching prefix, all are ordinary matching
Matching order:
Match ordinary loaction first, then regular location.
Principles of ordinary location matching:
Maximum prefix match, that is,
1 2 3 4 5 6 7 8 |
|
The above has introduced Linux-nginx-base1, including the relevant content. I hope it will be helpful to friends who are interested in PHP tutorials.

Hot tools Tags

Hot Article

Hot tools Tags

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

How to allow external network access to tomcat server

What are the nginx start and stop commands?

How to solve the problem of nginx when accessing the website

How to deploy nodejs project to server

How to communicate between docker containers
