j7s-os/osbuild-manifests/hosting/nginx.conf

13 lines
129 B
Nginx Configuration File

events {
}
http {
server{
listen 8080;
root /usr/share/nginx/html;
}
}
pid /run/nginx.pid;
daemon off;