diff options
author | Ben Morrison <ben@gbmor.dev> | 2020-03-16 02:42:35 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2020-03-16 02:42:35 -0400 |
commit | 31c992e6eaa8f4afe90ec95c5c778412fb887146 (patch) | |
tree | dfbbc9651772c51fa4bb74bef03ea37de9d27380 /getwtxt.yml | |
parent | 271ba7ca8dc513ba240c0b0290efd0957a16125a (diff) | |
download | getwtxt-31c992e6eaa8f4afe90ec95c5c778412fb887146.tar.gz |
removed experimental host matching and tls support
Diffstat (limited to 'getwtxt.yml')
-rw-r--r-- | getwtxt.yml | 17 |
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!" - - |