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...
a47dba9
wsi-visualization-demo
/
nginx.conf
andreped
Remove user from nginx config; add pid
897a2bc
6 months ago
raw
Copy download link
history
blame
Safe
243 Bytes
pid
/tmp/nginx.pid;
events
{
worker_connections
1024
;
}
http
{
server
{
listen
7860
;
server_name
localhost;
location
/ {
root
/usr/share/nginx/html;
index
index.html;
}
}
}