403 Forbidden

需要添加autoindex on;

server {
        listen 8888;
        server_name localhost;

        location /{
            root     C:/Users/lilipo/Desktop/qq ;
            autoindex   on;
        }


    }

[Nginx学习]nginx: [error] OpenEvent(“Global\ngx_reload_5988”) failed (2: The system cannot find the fi

错误问题:nginx: [error] OpenEvent(“Global\ngx_reload_5988”) failed (2: The system cannot find the file specified)

错误原因:nginx 没有启动