From 50edbd3907c26a2d4d616421de9bb51a4d083c1b Mon Sep 17 00:00:00 2001 From: winter Date: Mon, 9 Dec 2024 21:15:02 +0000 Subject: move https in config.ini to debug section --- config.ini | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'config.ini') diff --git a/config.ini b/config.ini index a09203f..8047cdd 100644 --- a/config.ini +++ b/config.ini @@ -1,11 +1,8 @@ [instance] ; hostname (required) and port (optional) should be the values seen from the ; outside world. this is important if you're using a reverse proxy -hostname = example.com +hostname = example.org ;port = 443 -; whether clients will use https to connect - again, important for reverse -; proxies that terminate tls (optional, default = true) -;https = false [database] host = localhost @@ -17,4 +14,8 @@ database = wpftest [debug] ; whether to send full tracebacks on internal server errors (optional, ; default = false) -;send_tracebacks = true \ No newline at end of file +send_tracebacks = false +; whether clients will use https to connect - again, important for reverse +; proxies that terminate tls (optional, default = true) +; this should always be true except for in testing +https = true \ No newline at end of file -- cgit v1.3