summaryrefslogtreecommitdiff
path: root/content/fosspay.md
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2022-08-07 14:38:49 -0400
committerLuke Smith <luke@lukesmith.xyz>2022-08-07 14:38:49 -0400
commit79404c875dbf20ba783c72b31111c6e2228d28a2 (patch)
tree1a80d0322bf9f81cf26da2204d95c98db854d93b /content/fosspay.md
parentef1b2105e344e201e3f92ebece9d28efd58dbcac (diff)
begin rehighlighting of custom info in templates
Diffstat (limited to 'content/fosspay.md')
-rw-r--r--content/fosspay.md4
1 files changed, 2 insertions, 2 deletions
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 `{{<hl>}}donate.example.org{{</hl>}}`, 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 {{<hl>}}donate.example.org{{</hl>}} ;
location / {
proxy_pass http://localhost:5000 ;
}