From 0581deaa55425789eb1654c95b38db37bcbb237d Mon Sep 17 00:00:00 2001 From: Steven Roose Date: Sat, 29 Aug 2015 14:46:20 +0200 Subject: [PATCH] Correct yourls site url --- conf/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/config.php b/conf/config.php index e01ce43..db04337 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 );