Skip to content

Commit

Permalink
docs/guide-pt-BR/start-installation.md - update [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsonalencar committed Mar 16, 2015
1 parent c232c46 commit e92d6d8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/guide-pt-BR/start-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ server {
root /path/to/basic/web;
index index.php;

access_log /path/to/basic/log/access.log main;
access_log /path/to/basic/log/access.log;
error_log /path/to/basic/log/error.log;

location / {
Expand All @@ -232,9 +232,11 @@ server {
#error_page 404 /404.html;

location ~ \.php$ {
include fastcgi.conf;
include fastcgi_params;
fastcgi_param SCRIPT_FILENAME $document_root/$fastcgi_script_name;
fastcgi_pass 127.0.0.1:9000;
#fastcgi_pass unix:/var/run/php5-fpm.sock;
try_files $uri =404;
}

location ~ /\.(ht|svn|git) {
Expand Down

0 comments on commit e92d6d8

Please sign in to comment.