Merge branch 'develop' into ticket/11215

This commit is contained in:
David King 2013-09-02 14:43:05 -07:00
commit a057349e40

View file

@ -42,7 +42,7 @@ server {
root $PHPBB_ROOT_PATH/;
index index.php index.html;
location ~ \.php$ {
location ~ \.php {
fastcgi_pass unix:$PHP_FPM_SOCK;
include fastcgi_params;
}