about summary refs log tree commit diff stats
path: root/getwtxt.yml
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2020-03-16 02:42:35 -0400
committerBen Morrison <ben@gbmor.dev>2020-03-16 02:42:35 -0400
commit31c992e6eaa8f4afe90ec95c5c778412fb887146 (patch)
treedfbbc9651772c51fa4bb74bef03ea37de9d27380 /getwtxt.yml
parent271ba7ca8dc513ba240c0b0290efd0957a16125a (diff)
downloadgetwtxt-31c992e6eaa8f4afe90ec95c5c778412fb887146.tar.gz
removed experimental host matching and tls support
Diffstat (limited to 'getwtxt.yml')
-rw-r--r--getwtxt.yml17
1 files changed, 1 insertions, 16 deletions
diff --git a/getwtxt.yml b/getwtxt.yml
index 817040d..5fd4edb 100644
--- a/getwtxt.yml
+++ b/getwtxt.yml
@@ -16,27 +16,14 @@
 #############################################################
 
 #############################################################
-##  Changing the following options requires a restart.     ##
+##  Changing the following option requires a restart.      ##
 #############################################################
 
-# Set to true if getwtxt will be behind a reverse
-# proxy server, such as Caddy or nginx
-BehindProxy: true
-
 # This is the port that getwtxt will bind to.
 # If BehindProxy is false, you should probably
 # set this to 80 or 443
 ListenPort: 9001
 
-# Determines whether we're using SSL/TLS. If so,
-# you should set the Cert and Key files.
-# Don't use TLS if you're setting up getwtxt
-# behind a reverse proxy - just let the proxy
-# handle the connection.
-UseTLS: false
-TLSCert: "/etc/ssl/getwtxt.pem"
-TLSKey: "/etc/ssl/private/getwtxt.pem"
-
 #############################################################
 ##  The following options may be changed at any time.      ##
 ##  getwtxt will automatically reload the config when      ##
@@ -102,5 +89,3 @@ Instance:
   # This is shown at the top of the default web page
   # below your instance's name.
   Description: "A fast, resilient twtxt registry server written in Go!"
-
-