From 00d1cdbb00ec10f47e7fdc9e3d03a443f62511f5 Mon Sep 17 00:00:00 2001 From: Anmol Date: Mon, 17 Jul 2017 08:03:38 +0530 Subject: [PATCH] Made http to https in config.php --- conf/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/config.php b/conf/config.php index 6093274..cff3e71 100644 --- a/conf/config.php +++ b/conf/config.php @@ -29,7 +29,7 @@ define( 'YOURLS_DB_PREFIX', 'yourls_' ); /** YOURLS installation URL -- all lowercase and with no trailing slash. ** If you define it to "http://site.com", don't use "http://www.site.com" in your browser (and vice-versa) */ -define( 'YOURLS_SITE', 'http://yunodomain_yourlspath' ); +define( 'YOURLS_SITE', 'https://yunodomain_yourlspath' ); /** Timezone GMT offset */ define( 'YOURLS_HOURS_OFFSET', 0 );