Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
andreped
/
wsi-visualization-demo
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
fe9fd6f
wsi-visualization-demo
/
nginx.conf
andreped
Added nginx.conf
fe9fd6f
6 months ago
raw
Copy download link
history
blame
222 Bytes
events
{
worker_connections
1024
;
}
http
{
server
{
listen
7860
;
server_name
localhost;
location
/ {
root
/usr/share/nginx/html;
index
index.html;
}
}
}