摘要: 一、下载 nginx https://www.nginx.cn/nginx-download 二、配置nginx.conf #配置当前html的根目录以及当前界面的地址 server { listen 8888; server_name localhost; location / { root ht 阅读全文
posted @ 2020-09-23 15:56 三寸日光 阅读(2264) 评论(0) 推荐(0)