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
před 9 roky
Konrad Mosoń
f16d800c83
Allow to use load_module without including external files
před 6 roky
Benjamin Neff
5d67b09594
Move includes to the top of nginx.conf
před 7 roky
Renich Bon Ciric
92a8461ab3
replace the term vhost for server everywhere
před 8 roky
Dmitry S. Fedorov
36f4f59624
Add newline to blocks like location, server, httpd and etc
před 8 roky
George Robinson
c6ed2e6bcb
NGINX zero downtime reloads
před 8 roky
George Robinson
6d41a590f8
Auto-restart NGINX on failure
před 8 roky
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.
před 8 roky
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 .
před 9 roky
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
před 10 roky
Chad Heuschober
825bd7950e
Finishes vhost config template
před 10 roky
Chad Heuschober
81de880fe0
Adds basic ng state functionality.
před 10 roky