Hi I serve multiple apps using one nginx server using server_name like this server_name APP1.domain1.com; i want to server_name to be app1.*.com, how do i do this correctly for nginx? thanks