mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Merge branch 'develop' into ticket/11215
This commit is contained in:
commit
a057349e40
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue