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年前