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