Heinz Wiesinger
1541a59c83
Fix multiple values for the same key (include/listen) in server config file.
With this one can now also write
- include:
- file1
- file2
Rather than only
- include: file1
- include: file2
9 years ago
Konrad Mosoń
f16d800c83
Allow to use load_module without including external files
6 years ago
Benjamin Neff
5d67b09594
Move includes to the top of nginx.conf
7 years ago
Renich Bon Ciric
92a8461ab3
replace the term vhost for server everywhere
8 years ago
Dmitry S. Fedorov
36f4f59624
Add newline to blocks like location, server, httpd and etc
8 years ago
George Robinson
c6ed2e6bcb
NGINX zero downtime reloads
8 years ago
George Robinson
6d41a590f8
Auto-restart NGINX on failure
8 years ago
George Robinson
f24b066c43
Build from source with nginx.ng
Build NGINX from source with nginx.ng state with support for passing
compile time flags necessary for installing modules such as more headers
by the openresty project.
8 years ago
Gilles Dartiguelongue
294a775b98
Workaround for include being defined too early
This is crap but configuration for http scope cannot be both ordered and
merged from map.jinja it seems, see issue #40 .
9 years ago
Niels Abspoel
4a976bf1ab
added test for value None, to be an absent value
this is needed on archlinux where the pid file is set by systemd
not the nginx.conf file.
In the pillar file you just add
pid:
an value of 'None' and no pid entry in nginx.conf.
this now works with every None value set in the pillar file
10 years ago
Chad Heuschober
825bd7950e
Finishes vhost config template
10 years ago
Chad Heuschober
81de880fe0
Adds basic ng state functionality.
10 years ago