Skip to content

Commit c6f38e5

Browse files
authored
Update configuration.php-dist (joomla#40695)
1 parent c2a2834 commit c6f38e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installation/configuration.php-dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class JConfig
5858
public $helpurl = 'https://help.joomla.org/proxy?keyref=Help{major}{minor}:{keyref}&lang={langcode}';
5959
public $tmp_path = '/tmp'; // This path needs to be writable by Joomla!
6060
public $log_path = '/administrator/logs'; // This path needs to be writable by Joomla!
61-
public $live_site = ''; // Optional, full URL to Joomla install.
61+
public $live_site = ''; // Optional, full URL to Joomla install eg https://www.example.com
6262
public $force_ssl = 0; // Force areas of the site to be SSL ONLY. 0 = None, 1 = Administrator, 2 = Both Site and Administrator
6363

6464
/* Locale Settings */

0 commit comments

Comments
 (0)