File: README.md

package info (click to toggle)
nginx-confgen 2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 276 kB
  • sloc: ansic: 867; makefile: 61
file content (23 lines) | stat: -rw-r--r-- 350 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!--
SPDX-FileCopyrightText: Yorhel <projects@yorhel.nl>
SPDX-License-Identifier: MIT
-->

# nginx-confgen

nginx-confgen is a preprocessor and macro system for nginx(-like)
configuration files.

# Build

Just type `make`.

# Install

```
make install PREFIX=/usr
```

# Usage

See the man page or the [website](https://dev.yorhel.nl/nginx-confgen).