Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Persarce
/
oneapi
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
2fd8d79
oneapi
/
Caddyfile
smgc
Update Caddyfile
2fd8d79
verified
almost 2 years ago
raw
Copy download link
history
blame
257 Bytes
{
admin off
log {
output
file
/app/
caddy.log
format console
level info
}
}
::
3001
{
reverse_proxy localhost:
3000
route
/api/
* {
handle_path
/api/
* {
reverse_proxy localhost:
3000
}
}
}