test / bt-source /panel /rewrite /nginx /mvc.conf
GGSheng's picture
feat: deploy Gemma 4 to hf space
08c964e verified
location /{
if (!-e $request_filename) {
rewrite ^(.*)$ /index.php/$1 last;
break;
}
}