ingress-nginx-helm/controllers/nginx/default.conf
2016-03-27 22:30:58 -03:00

6 lines
No EOL
119 B
Text

# A very simple nginx configuration file that forces nginx to start.
pid /run/nginx.pid;
events {}
http {}
daemon off;