1.配置Nginx.conf文件 #后台管理系统 server { listen 80; server_name manage.jt.com; location / { proxy_pass http://localhost:8091; } } 2.使用小工具配置hosts文件 3.访问主页