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

6 lines
119 B
Nginx Configuration File
Raw Normal View History

2016-02-21 16:13:08 -08:00
# A very simple nginx configuration file that forces nginx to start.
2018-06-10 22:30:37 -04:00
pid /tmp/nginx.pid;
2016-02-21 16:13:08 -08:00
events {}
http {}
daemon off;