Skip to content

Commit

Permalink
Issue fideloper#11 - Fix for nginx to pass content to php5-fpm
Browse files Browse the repository at this point in the history
  • Loading branch information
m00dy committed Jan 2, 2015
1 parent fc64ac4 commit fbbede8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/default
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ server {
fastcgi_pass unix:/var/run/php5-fpm.sock;
fastcgi_index index.php;
include fastcgi_params;
include fastcgi.conf;
fastcgi_param LARA_ENV local; # Environment variable for Laravel
fastcgi_param HTTPS off;
}
Expand Down

2 comments on commit fbbede8

@RSully
Copy link

@RSully RSully commented on fbbede8 Jan 2, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a heads up - your indentation uses tabs, the surrounding lines are spaces

@m00dy
Copy link
Owner Author

@m00dy m00dy commented on fbbede8 Jan 2, 2015 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.