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