Skip to content

Commit fbbede8

Browse files
committed
Issue #11 - Fix for nginx to pass content to php5-fpm
1 parent fc64ac4 commit fbbede8

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)