1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-07 09:16:55 +02:00

[ticket/11823] Set up nginx server to match PHP files with characters after .php

PHPBB3-11823
This commit is contained in:
David King
2013-09-02 14:33:19 -07:00
parent 68555d2d51
commit f317d6d8c5

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;
}