diff --git a/conf/htconfig.sample.php b/conf/htconfig.sample.php index 1484262f..054b4341 100644 --- a/conf/htconfig.sample.php +++ b/conf/htconfig.sample.php @@ -12,12 +12,12 @@ // Then set the following for your MySQL installation -$db_host = 'localhost'; // Use 'localhost' or ':/path/to/socket.file' if you aren't using a remote server -$db_port = 0; // leave 0 for default or set your port +$db_host = 'localhost'; // Use 'localhost' or ':/path/to/socket.file' if you aren't using a remote server +$db_port = 0; // leave 0 for default or set your port $db_user = '__DB_USER__'; $db_pass = '__DB_PWD__'; $db_data = '__DB_NAME__'; -$db_type = 0; // use 1 for postgres, 0 for mysql +$db_type = 0; // use 1 for postgres, 0 for mysql /* * Notice: Many of the following settings will be available in the admin panel diff --git a/conf/nginx.conf b/conf/nginx.conf index 5fde905b..402ac09c 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -19,7 +19,6 @@ location __PATH__/ { location ~* \.php$ { try_files $uri =404; fastcgi_pass unix:/var/run/php/php__PHPVERSION__-fpm-__NAME__.sock; - fastcgi_index index.php; include fastcgi_params; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;