mirror of
https://github.com/phpbb/phpbb.git
synced 2025-01-19 07:08:09 +01:00
Merge branch 'develop-olympus' into develop
* develop-olympus: [ticket/11823] Set up nginx server to match PHP files with characters after .php
This commit is contained in:
commit
f9c3d78e8c
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user