aboutsummaryrefslogtreecommitdiff
path: root/config.def.mk
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 /config.def.mk
parent3b3c85e3221b7bf679c84b442fe1453fc8d83238 (diff)
downloadgpigeon-c737d6aefe406ac52f4e2f913365efdede3f58a4.tar.gz
gpigeon-c737d6aefe406ac52f4e2f913365efdede3f58a4.zip
add make vars to generate a nginx config
Diffstat (limited to 'config.def.mk')
-rw-r--r--config.def.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/config.def.mk b/config.def.mk
index 5917230..9c03cd6 100644
--- a/config.def.mk
+++ b/config.def.mk
@@ -23,3 +23,8 @@ MAILSENDER =# the mailer address that'll send you the encrypted mails
MAILSENDER_PW =# password for the mailer address
SMTP_DOMAIN =# smtp domain pour the mailer
SMTP_PORT =# smtp port for the mailer
+
+#optional, domain to generate nginx config for
+#and where to put the config
+WWWDOMAIN=
+NGINXCONFDIR=/etc/nginx/sites-enabled