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
2019-02-19 09:26:15 +01:00
Konrad Mosoń
f16d800c83
Allow to use load_module without including external files
2018-05-08 19:13:03 +02:00
Benjamin Neff
5d67b09594
Move includes to the top of nginx.conf
2017-06-18 21:09:05 +02:00
Renich Bon Ciric
92a8461ab3
replace the term vhost for server everywhere
2016-10-19 16:35:38 -05:00
Dmitry S. Fedorov
36f4f59624
Add newline to blocks like location, server, httpd and etc
2016-06-29 17:55:54 +03:00
George Robinson
c6ed2e6bcb
NGINX zero downtime reloads
2016-05-25 12:02:43 +01:00
George Robinson
6d41a590f8
Auto-restart NGINX on failure
2016-05-25 11:57:25 +01:00
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.
2016-05-09 16:39:24 +01:00
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 .
2015-11-13 00:18:57 +01:00
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
2015-02-11 23:03:10 +01:00
Chad Heuschober
825bd7950e
Finishes vhost config template
2014-05-19 13:04:43 -04:00
Chad Heuschober
81de880fe0
Adds basic ng state functionality.
2014-05-15 18:06:48 -04:00