Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jurmy24
/
urdf-visualizer
like
3
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
6bc7874
urdf-visualizer
/
viewer
/
nginx.conf
jurmy24
fix: add nginx conf
5db1611
10 days ago
raw
Copy download link
history
blame
Safe
192 Bytes
server {
listen
7860
;
server_name localhost;
location / {
root
/usr/
share
/nginx/
html;
index index.html index.htm;
try_files
$uri
$uri
/ /i
ndex.html;
}
}