Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
HuggingFaceFW/blogpost-fine-tasks
HuggingFaceH4
/
blogpost-scaling-test-time-compute
like
331
Running
App
Files
Files
Community
8
c209718
blogpost-scaling-test-time-compute
/
nginx.conf
hynky
HF staff
nginx
c209718
2 months ago
raw
Copy download link
history
blame
Safe
176 Bytes
server {
listen
8080
;
server_name localhost;
root
/usr/
share
/nginx/
html;
index index.html;
location / {
try_files
$uri
$uri
/ /i
ndex.html;
}
}