ingress-nginx-helm/controllers/nginx-alpha/default.conf

5 lines
110 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 as a daemon.
events {}
http {}
daemon on;