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

5 lines
110 B
Text
Raw Normal View History

2016-02-21 16:13:08 -08:00
# A very simple nginx configuration file that forces nginx to start as a daemon.
events {}
http {}
daemon on;