简体   繁体   中英

What exactly does server name do in nginx?

I kind of understand that once you are accessing nginx say via localhost, the exact server that is matched is determined by the port and the server_name which is the request "Host" header. But what exactly does server_name do besides that? Or is that the only function?

You are right, this is the only function.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM