nginx-confgen 2.0

This commit is contained in:
Yorhel 2020-10-22 15:36:06 +02:00
parent 35c6dd4aa8
commit 2f07d8e8e0
7 changed files with 40 additions and 14 deletions

View file

@ -40,22 +40,20 @@ See the [manual](/nginx-confgen/man) for more features.
## Download
If you're on Debian, you can install the [package](https://packages.debian.org/nginx-confgen).
Latest version
: 2.0 ([nginx-confgen-2.0.tar.gz](/download/nginx-confgen-2.0.tar.gz) - [changes](/nginx-confgen/changes))
If you're on a x86\_64 Linux system, you can use the binary:
Requirements
: A C compiler and a UNIX-like system. Only tested on Linux, but should also
work on \*BSD and MacOS (patches welcome if this is not the case).
```
curl -s https://dev.yorhel.nl/download/nginx-confgen-linux-amd64-1.2.tar.gz | tar -xzf-
./nginx-confgen <input.conf >output.conf
```
License
: MIT
To compile from source, install [Haskell Stack](https://haskellstack.org/) and run:
Distribution packages
: nginx-confgen is available in [Debian](https://packages.debian.org/nginx-confgen).
```
git clone https://code.blicky.net/yorhel/nginx-confgen.git
cd nginx-confgen
stack install
```
Development version
: `git clone https://code.blicky.net/yorhel/nginx-confgen.git`
The git repository is also available for [online
browsing](https://code.blicky.net/yorhel/nginx-confgen).
The git repository is also available for [online browsing](https://code.blicky.net/yorhel/nginx-confgen).