This website requires JavaScript.
Explore
Help
Sign In
public
/
j7s-os
Watch
1
Star
0
Fork
You've already forked j7s-os
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
06b42edbb1
j7s-os
/
osbuild-manifests
/
hosting
/
nginx.conf
13 lines
129 B
Nginx Configuration File
Raw
Blame
History
events
{
}
http
{
server{
listen
8080
;
root
/usr/share/nginx/html
;
}
}
pid
/run/nginx.pid
;
daemon
off
;
Reference in New Issue
View Git Blame
Copy Permalink