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