ingress-nginx-helm/controllers/nginx-third-party/default.conf

6 lines
119 B
Text
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;