Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
GGSheng
/
fe
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
fe
/
bt-source
/
panel
/
rewrite
/
nginx
/
pbootcms.conf
GGSheng
feat: deploy Gemma 4 to hf space
3a5cf48
verified
11 days ago
raw
Copy download link
history
blame
contribute
delete
150 Bytes
location
/ {
if
(!-e
$request_filename
){
rewrite
^/index.php(.*)$
/index.php?p=
$1
last
;
rewrite
^(.*)$
/index.php?s=
$1
last
;
}
}