February 2018
Beginner to intermediate
348 pages
9h 40m
English
The requested URI must be a case-insensitive match for the specified regular expression:
server {
server_name website.com;
location ~* ^/abcd$ {
[...]
}
}
The regular expression used in the example is similar to the previous one. Consequently, the configuration in the location block: