Merge remote-tracking branch 'imkingdavid/ticket/11823' into develop-olympus

* imkingdavid/ticket/11823:
  [ticket/11823] Set up nginx server to match PHP files with characters after .php
This commit is contained in:
Andreas Fischer 2013-09-02 23:39:45 +02:00
commit f446afa06b

View file

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