403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.217.33
Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31
System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64
User : studiokobylisy_cz ( 1008)
PHP Version : 7.3.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /usr/ports/www/nextcloud/files/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/www/nextcloud/files/config.sample.php.in
<?php

/** This is the bare minimum configuration for the bundled installer
  * to function properly.  
  */

$CONFIG = array (

/** The FreeBSD package separates apps into bundled apps and user-
  * installed apps. If this 'apps_paths' array is missing from
  * your config, your Nextcloud installation is broken 
  */
  'apps_paths' =>
  array (
    0 =>
    array (
      'path' => '%%WWWDIR%%/apps',
      'url' => '/apps',
      'writable' => true,
    ),
    1 =>
    array (
      'path' => '%%WWWDIR%%/apps-pkg',
      'url' => '/apps-pkg',
      'writable' => false,
    ),
  ),

// Log-files belong in the appropriate location
  'logfile' => '/var/log/nextcloud/nextcloud.log',

// Enable user caching when option is enabled
%%APCU%%  'memcache.local' => '\OC\Memcache\APCu',
);

Youez - 2016 - github.com/yon3zu
LinuXploit