mirror of https://github.com/ThunixdotNet/www.git
Made it more portable
This commit is contained in:
parent
4a5d13af82
commit
6a5771c1f5
|
@ -4,7 +4,7 @@ $site_name="☣ thunix ☣";
|
||||||
|
|
||||||
//Root for the site, in a browser
|
//Root for the site, in a browser
|
||||||
//$site_root="https://dev.thunix.cf";
|
//$site_root="https://dev.thunix.cf";
|
||||||
$site_root=$_SERVER['HTTP_HOST'];
|
$site_root="https://".$_SERVER['HTTP_HOST'];
|
||||||
//Local base root for app files
|
//Local base root for app files
|
||||||
$doc_root="/var/www/dev.thunix.cf";
|
$doc_root="/var/www/dev.thunix.cf";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue