Eric Veiras Galisson
0fc507055d
refactor: replace old `nginx` with `nginx.ng`
BREAKING CHANGE: all previous `nginx` based configurations must be reviewed;
`nginx.ng` usage must be promoted to `nginx` and any uses of the original
`nginx` will have to be converted.
5 年之前
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 年之前
Renich Bon Ciric
92a8461ab3
replace the term vhost for server everywhere
8 年之前
Dmitry S. Fedorov
36f4f59624
Add newline to blocks like location, server, httpd and etc
8 年之前
Chad Heuschober
825bd7950e
Finishes vhost config template
10 年之前
Chad Heuschober
81de880fe0
Adds basic ng state functionality.
10 年之前