配置nginx 虛擬主機 報錯!求解???
配置虛擬主機時報錯:
server{
listen 80; server_namelv.com; #charset koi8-r;access_log/opt/www/logs/lv.access.log;error_log/opt/www/logs/lv.error.log;root /opt/www/lv/public;location / { index index.php index.htm index.html; try_files $uri $uri/ /index.php?$args; }#error_page 500 502 503 504/50x.html; #location = /50x.html { <愛尬聊_生活百科>#root html; #}location ~ .php$ { fastcgi_pass 127.0.0.1:9000; fastcgi_indexindex.php; fastcgi_paramSCRIPT_FILENAME $document_root$fastcgi_script_name; #includefastcgi.conf; } }