Problems encountered by nginx

403 Forbidden

Need to addautoindex 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)

Cause of error: nginx did not start

Published 281 original articles · 50 praises · 450,000 views +

Guess you like

Origin blog.csdn.net/lzh657083979/article/details/79567991