标签:cat www nginx 配置 char file phpstudy har ipa oca
server {
listen 80;
server_name localhost;
#charset koi8-r;
#access_log logs/host.access.log main;
root "D:/phpStudy/WWW/m.idaipai.com/public";
location / {
index index.html index.htm index.php l.php;
autoindex on;
if (!-e $request_filename) {
rewrite ^/(.*)$ /index.php/$1;
}
}
}
标签:cat www nginx 配置 char file phpstudy har ipa oca
原文地址:http://www.cnblogs.com/szphpxdl/p/7244290.html