Skip to content

Commit

Permalink
Update nginx.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisgoddard committed May 18, 2016
1 parent a9920f7 commit 99ef275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ server {
include /etc/nginx/fastcgi_params;
fastcgi_split_path_info ^(.+\.php)(/.+)$;
fastcgi_index index.php;
include fastcgi_params;
include /etc/nginx/fastcgi_params;
# PHP 5
fastcgi_pass unix:/var/run/php5-fpm.sock;
# PHP 7
Expand Down

0 comments on commit 99ef275

Please sign in to comment.