fix nginx example URL and dependency versions in readme
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
tastytea 2022-06-25 13:22:56 +02:00
parent 58791fce82
commit 849762eba6
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM

View File

@ -35,7 +35,7 @@ The API is explained in greater detail at the
Install nginx and Install nginx and
[fcgiwrap](https://www.nginx.com/resources/wiki/start/topics/examples/fcgiwrap/), [fcgiwrap](https://www.nginx.com/resources/wiki/start/topics/examples/fcgiwrap/),
copy the [example config](https://schlomp.space/tastytea/libravatarserv/src/branch/master/doc/nginx-example.conf) copy the [example config](https://schlomp.space/tastytea/libravatarserv/src/branch/main/doc/nginx-example.conf)
to the nginx configuration directory and edit it according to your needs. Other to the nginx configuration directory and edit it according to your needs. Other
webservers and cgi spawners will also work, of course. webservers and cgi spawners will also work, of course.
@ -120,9 +120,9 @@ Gentoo ebuilds are available via my
* C++ compiler (tested: [gcc](https://gcc.gnu.org/) 8/11, * C++ compiler (tested: [gcc](https://gcc.gnu.org/) 8/11,
[clang](https://llvm.org/) 7) [clang](https://llvm.org/) 7)
* [cmake](https://cmake.org/) (at least 3.10) * [cmake](https://cmake.org/) (at least 3.12)
* [crypto++](https://cryptopp.com) (tested: 7.0 / 5.6) * [crypto++](https://cryptopp.com) (tested: 8.6 / 5.6)
* [imagemagick](https://www.imagemagick.org/) (tested: 7.0 / 6.7) * [imagemagick](https://www.imagemagick.org/) (tested: 7.1 / 6.7)
* [identiconpp](https://schlomp.space/tastytea/identiconpp) (at least: 0.7.1) * [identiconpp](https://schlomp.space/tastytea/identiconpp) (at least: 0.7.1)
On a Debian system, install the packages: `build-essential pkg-config cmake On a Debian system, install the packages: `build-essential pkg-config cmake