マイコンピュータに別の仮想ホストが設定されています。すべての仮想ホストのリストを表示するコマンドについて問い合わせたいと思います。
答え1
grep -RiI server_name /etc/nginx/conf.d/sites-enabled/
CentOS7の場合は、このコマンドを使用してください。
答え2
存在するhttps://stackoverflow.com/questions/32400933/how-can-i-list-all-vhosts-in-nginx正解は:
grep server_name /etc/nginx/sites-enabled/* -RiI