thinkphp.conf 97 Bytes
Newer Older
jose's avatar
jose committed
1 2 3 4 5
location / {
	if (!-e $request_filename){
		rewrite  ^(.*)$  /index.php?s=$1  last;   break;
	}
}