您当前的位置: 首页 >  服务器

柳鲲鹏

暂无认证

  • 0浏览

    0关注

    4642博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文

WEB服务器Nginx WINDOWS最简部署

柳鲲鹏 发布时间:2020-05-13 20:19:25 ,浏览量:0

  • 下载

http://nginx.org/en/download.html

  • 解压
  • 运行

nginx.exe

  • 打开网页

http://localhost/

  • 查看配置文件

conf\nginx.conf

    server {
        listen       80;
        server_name  localhost;

        #charset koi8-r;

        #access_log  logs/host.access.log  main;

        location / {
            root   html;
            index  index.html index.htm;
        }

这里的/,指的是目录html

关注
打赏
1665724893
查看更多评论
立即登录/注册

微信扫码登录

0.0476s