mirror of https://github.com/ThunixdotNet/www.git
Fixing docroot
This commit is contained in:
parent
316f39401f
commit
e529f5b691
|
@ -6,7 +6,7 @@ $site_name="☣ thunix ☣";
|
||||||
//$site_root="https://dev.thunix.cf";
|
//$site_root="https://dev.thunix.cf";
|
||||||
$site_root="https://".$_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/thunix.cf";
|
||||||
|
|
||||||
//Site style
|
//Site style
|
||||||
// site is the default. Specify something else here to switch
|
// site is the default. Specify something else here to switch
|
||||||
|
|
Loading…
Reference in New Issue