From bb5a5f9c3c21f4cf52c566cfd28b50415437aceb Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 27 Feb 2022 11:36:47 +0100 Subject: [PATCH] Update config-sample.php --- conf/config-sample.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/config-sample.php b/conf/config-sample.php index f11c9ea..7319cb3 100644 --- a/conf/config-sample.php +++ b/conf/config-sample.php @@ -39,6 +39,8 @@ define( 'YOURLS_DB_PREFIX', 'yourls_' ); ** To use an IDN domain (eg http://héhé.com), write its ascii form here (eg http://xn--hh-bjab.com) */ define( 'YOURLS_SITE', 'http://__DOMAIN____PATH__' ); +define('YOURLS_ADMIN_SSL', true); + /** YOURLS language ** Change this setting to use a translation file for your language, instead of the default English. ** That translation file (a .mo file) must be installed in the user/language directory.