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教學有興趣的朋友有幫助。