From 79404c875dbf20ba783c72b31111c6e2228d28a2 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sun, 7 Aug 2022 14:38:49 -0400 Subject: begin rehighlighting of custom info in templates --- content/fosspay.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'content/fosspay.md') diff --git a/content/fosspay.md b/content/fosspay.md index f7e3ae9..6c1f251 100644 --- a/content/fosspay.md +++ b/content/fosspay.md @@ -96,7 +96,7 @@ whatever reason, change them in the command above, but also in the Now open up `/var/www/fosspay/config.ini` and we will set things up. Here are a list of things to edit. -- `domain` should be set to `donate.example.org`, with your domain. +- `domain` should be set to `{{}}donate.example.org{{}}`, with your domain. - `protocol` can be set to `https`. - Get or create an email account to use as a mailer and add the account/server information to the email settings. @@ -135,7 +135,7 @@ Nginx configuration file modeled as below: server { listen 80 ; listen [::]:80 ; - server_name donate.example.org ; + server_name {{}}donate.example.org{{}} ; location / { proxy_pass http://localhost:5000 ; } -- cgit v1.2.3