Hi,
I read lot of tutorials but couldn't find how to solve this problem.
As I can see nginx server_name is $_SERVER['SERVER_NAME'] in PHP
I tried server_name *.example.com .example.com; ... _; ... ""; some regex; but couldn't catch in PHP $_SERVER['SERVER_NAME'] with subdomain in inself.
I have about 270.000 subdomains and this is realy important to me.
Thanks in advance.
Vidak