action / bt-source /panel /rewrite /nginx /pbootcms.conf
GGSheng's picture
feat: deploy Gemma 4 to hf space
020c337 verified
location / {
if (!-e $request_filename){
rewrite ^/index.php(.*)$ /index.php?p=$1 last;
rewrite ^(.*)$ /index.php?s=$1 last;
}
}