首頁 >後端開發 >php教程 >Windows下無法使用Nginx作為一個http檔伺服器(權限問題?)

Windows下無法使用Nginx作為一個http檔伺服器(權限問題?)

WBOY
WBOY原創
2016-07-29 09:07:032408瀏覽

這裡使用的Nginx版本來自於最新的OpenResty。

nginx.conf:

    server {
        listen       8000;
        server_name  chenzx  alias  chenzx.localhost;

        location / {
            root   f:/;
            autoindex on;
            #index  index.html index.htm;
        }
    }

網上找不到解決方案(難道Nginx天生就是用於Linux系統的?)

C:\ngx_openresty-1.9.7.1-win32>nginx.exe

直接命令列nginx啟動,無法用Ctrl~~~+Z/C結束掉掉掉 坑


nginx在windows下似乎需要用start nginx啟動,然後可以再運行nginx -s stop結束進程 

以上就介紹了Windows下無法使用Nginx作為一個http檔案伺服器(權限問題?),包含了方面的內容,希望對PHP教學有興趣的朋友有所幫助。

陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn