test / bt-source /panel /rewrite /nginx /EduSoho.conf
GGSheng's picture
feat: deploy Gemma 4 to hf space
55ba4a3 verified
location / {
index app.php;
try_files $uri @rewriteapp;
}
location @rewriteapp {
rewrite ^(.*)$ /app.php/$1 last;
}