首頁  >  文章  >  後端開發  >  Nginx 設定虛擬機

Nginx 設定虛擬機

WBOY
WBOY原創
2016-08-08 09:21:41824瀏覽

Window下設定:

server {

     Listen      80;
     server_name blog.com www.blog.com      location / {
         index   index.html 索引。 php; ? _FILENAME
                       $document_root$fast    }

}  


Linux下設定:


伺服器{



   


root /home/ user/website/www;

       index index.php index.html index.htm;

       位置 / {

           try_files $uri $uri 

       位置 ~ .php$ {

                    

fastcgi_index index.php;

           fastcgi_param SCRIPT_FILENAME /home/user/website/www

           include /etc/nginx/fastcgi_params    

}

版權聲明:本文為部落客原創文章,未經部落客允許不得轉載。

以上就介紹了Nginx 設定虛擬機,包括了方面的內容,希望對PHP教學有興趣的朋友有幫助。

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