Fix default config
This commit is contained in:
parent
939e6d994d
commit
ad5185dbc1
@ -41,7 +41,7 @@
|
||||
location ~ .*.php$
|
||||
{
|
||||
if (!-e $document_root$document_uri) { return 404; }
|
||||
include /etc/nginx/fastcgi.conf;
|
||||
include /etc/nginx/fastcgi_params;
|
||||
fastcgi_pass unix:/var/run/php-fpm.sock;
|
||||
fastcgi_index index.php;
|
||||
break;
|
||||
|
@ -38,7 +38,7 @@
|
||||
|
||||
<module name="db">
|
||||
<option name="type">mysql</option>
|
||||
<option name="profile">default</option>
|
||||
<option name="profile">sample</option>
|
||||
<option name="log">1</option>
|
||||
<option name="crypt"></option>
|
||||
<option name="no_connection"><![CDATA[Connexion à la base de donnée impossible]]></option>
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
if(!defined('ONYX')) exit;
|
||||
|
||||
$___profile['db'] = 'kohler_palettes';
|
||||
$___profile['db'] = 'fic2014';
|
||||
$___profile['host'] = 'localhost';
|
||||
$___profile['user'] = 'root';
|
||||
$___profile['pass'] = '';
|
||||
|
Loading…
Reference in New Issue
Block a user