Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
iimahdii
/
lam
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
lam
/
nginx.conf
iimahdii
Upload nginx.conf
39200d0
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
178 Bytes
server
{
listen
80
;
location
/ {
proxy_pass
http://127.0.0.1:8000;
proxy_set_header
Host
$host
;
proxy_set_header
X-Real-IP
$remote_addr
;
}
}