Skip to content

Commit 58f7b72

Browse files
committed
Merge pull request #12 from erenyagdiran/master
Issue #11 - Fix for nginx to pass content to php5-fpm
2 parents fc64ac4 + fbbede8 commit 58f7b72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/default

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ server {
3030
fastcgi_pass unix:/var/run/php5-fpm.sock;
3131
fastcgi_index index.php;
3232
include fastcgi_params;
33+
include fastcgi.conf;
3334
fastcgi_param LARA_ENV local; # Environment variable for Laravel
3435
fastcgi_param HTTPS off;
3536
}

0 commit comments

Comments
 (0)