1.配置文件 默认是/etc/nginx/conf.d/default.conf 源码安装一般是/usr/local/nginx/conf/nginx.conf 2.修改字段 网站目录和域名配置是 server { listen 80; server_name 域名 location / { root 网站目录