Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
neoALI
/
ALI-Lunch-Menu
like
0
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
255efa8
ALI-Lunch-Menu
/
nginx.conf
bibekyess
Merged remote Readme
1960505
about 1 year ago
raw
Copy download link
history
blame
Safe
183 Bytes
server {
listen
7860
;
server_name localhost;
location / {
root
/usr/
share
/nginx/
html;
index index.html;
try_files
$uri
$uri
/ /i
ndex.html;
}
}