Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
TwanAPI
/
testupload
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
8bbf647
testupload
/
nginx
/
nginx.conf
Twan07
Create nginx/nginx.conf
ea05553
verified
16 days ago
raw
Copy download link
history
blame
Safe
184 Bytes
events
{}
http
{
server
{
listen
7860
;
location
/api/ {
proxy_pass
http://127.0.0.1:3000;
}
location
/ {
proxy_pass
http://127.0.0.1:5173;
}
}
}