aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMiquel Lionel <lionel@les-miquelots.net>2021-06-06 16:51:50 +0100
committerMiquel Lionel <lionelmiquel@sfr.fr>2021-06-06 16:51:50 +0100
commitc737d6aefe406ac52f4e2f913365efdede3f58a4 (patch)
tree7369bbdd5e04750d3f440d042d00ad9a6c338566 /README.md
parent3b3c85e3221b7bf679c84b442fe1453fc8d83238 (diff)
downloadgpigeon-c737d6aefe406ac52f4e2f913365efdede3f58a4.tar.gz
gpigeon-c737d6aefe406ac52f4e2f913365efdede3f58a4.zip
add make vars to generate a nginx config
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 14234c2..5ad4283 100644
--- a/README.md
+++ b/README.md
@@ -94,7 +94,6 @@ server {
fastcgi_pass unix:/run/fcgiwrap.sock;
include /etc/nginx/fastcgi_params;
}
-
- include errorpages.conf;
}
```
+You can also tune the `WWWDOMAIN` and `NGINXCONFDIR` variable in your `config.mk` to have it generated for you when running `make`.