Mar
21
2013
nginx 虚拟主机配置文件
server { listen 192.168.12.215:80; server_name default; index index.php index.html index.htm; root /www/server_manage; location ~ \.php$ { fastcgi_pass 127.0.0.1:9000; fastcgi_index index.php; include fastcgi.conf; } }
最活跃的读者