Skip to content

Commit

Permalink
Merge pull request #12 from erenyagdiran/master
Browse files Browse the repository at this point in the history
Issue #11 - Fix for nginx to pass content to php5-fpm
  • Loading branch information
fideloper committed Jan 2, 2015
2 parents fc64ac4 + fbbede8 commit 58f7b72
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

0 comments on commit 58f7b72

Please sign in to comment.