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