Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
muryshev
/
generic-chatbot-admin
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
7772b32
generic-chatbot-admin
/
devops
/
nginx.default.conf
muryshev
fix
8fbfd3a
5 months ago
raw
Copy download link
history
blame
Safe
182 Bytes
server {
listen
7860
;
server_name localhost;
location / {
root
/usr/
share
/nginx/
html;
index index.html;
try_files
$uri
$uri
/ /i
ndex.html;
}
}