nginx configuration server_name
regular
server_name ~ ^ (? < user >. +)\ .example\ .net $;
where ? < user >
. Is it a whole? What does it mean? Does it mean to get the value of the variable user
? How did this variable come from? Or is user
a built-in variable in nginx?