ingress-nginx-helm/rootfs/etc/nginx/nginx.conf

6 lines
119 B
Nginx Configuration File
Raw Normal View History

2016-02-22 00:13:08 +00:00
# A very simple nginx configuration file that forces nginx to start.
pid /run/nginx.pid;
events {}
http {}
daemon off;