From 611090d330c8e529732749aaded4ed5ffd7f9d40 Mon Sep 17 00:00:00 2001 From: Lukas Post <18466902+deutschepost@users.noreply.github.com> Date: Sat, 2 Oct 2021 23:38:16 +0200 Subject: [PATCH] Added Version Comment --- synapse.subdomain.conf.sample | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/synapse.subdomain.conf.sample b/synapse.subdomain.conf.sample index e3a1e99..6c5d5b2 100644 --- a/synapse.subdomain.conf.sample +++ b/synapse.subdomain.conf.sample @@ -1,3 +1,5 @@ +## Version 2021/10/02 + server { listen 443 ssl; listen [::]:443 ssl; @@ -41,4 +43,4 @@ server { proxy_set_header X-Forwarded-Proto $scheme; proxy_set_header Host $host; } -} \ No newline at end of file +}