Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
macrdel
/
sentiment-summarize-youtube-comms
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
134d85e
sentiment-summarize-youtube-comms
/
nginx
/
nginx.conf
macrdel
update workflow
09e89a6
8 months ago
raw
Copy download link
history
blame
Safe
132 Bytes
server
{
listen
8080
;
location
/ {
proxy_pass
http://app:8000;
}
location
/ {
proxy_pass
http://app2:8000;
}
}