Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

username: user password: bitnami


도메인등록

다음파일을 찾아서 도메인등록 ( 웹설정으로 불가)

Code Block
themeEmacs
titleowncloud/conf/config.php
<?php
$CONFIG = array (
  'trusted_domains' => 
  array (
    0 => 'localhost',
    1 => '127.0.0.1',
    2 => '192.168.0.3',
	3 => 'own.webnori.com',
  ),