worker_connections 1024;
}

http {
log_format main \\\’$remote_addr – $remote_user [$time_local] "$request" \\\’
\\\’$status $body_bytes_sent "$http_referer" \\\’
\\\’"$http_user_agent" "$http_x_forwarded_for"\\\’;

    access_log  logs/access.log  main;

    sendfile            on;
    tcp_nopush          on;
    #文件服務器
    server {
    listen 80;
    server_name localhost;
    charset utf-8,gbk;
    root E:/tool;
    location / {
        autoindex on;
        autoindex_exact_size on;
        autoindex_localtime on;     
    }
    }

}

訪問:http://127.0.0.1

更多關于云服務器域名注冊,虛擬主機的問題,請訪問三五互聯官網:www.shinetop.cn

贊(0)
聲明:本網站發布的內容(圖片、視頻和文字)以原創、轉載和分享網絡內容為主,如果涉及侵權請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網站立場,如需處理請聯系客服。郵箱:3140448839@qq.com。本站原創內容未經允許不得轉載,或轉載時需注明出處:三五互聯知識庫 » nginx1.15.0-window 文件服務器

登錄

找回密碼

注冊