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