diff options
Diffstat (limited to 'config.def.mk')
-rw-r--r-- | config.def.mk | 5 |
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 |