Advertisement

nginx 错误页面 [crit] 12028#14068: *7 GetFileAttributesEx() 路径错误

阅读量:

Windows系统中部署的nginx配置过程相对复杂。其默认的配置文件路径为 conf/nginx.conf

复制代码
    #user  nobody;
    worker_processes  1;
    
    #error_log  logs/error.log;
    #error_log  logs/error.log  notice;
    #error_log  logs/error.log  info;
    
    #pid        logs/nginx.pid;
    
    
    events {
    worker_connections  1024;
    }
    
    
    http {
    include       mime.types;
    default_type  application/octet-stream;
    
    #log_format  main  '$remote_addr - $remote_user [$time_local] "$request" '
    #                  '$status $body_bytes_sent "$http_referer" '
    #                  '"$http_user_age

全部评论 (0)

还没有任何评论哟~