mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
Merge branch 'develop-ascraeus' into develop
* develop-ascraeus: [ticket/12954] Correctly setup PATH_INFO on Travis CI.
This commit is contained in:
commit
761f5a771d
1 changed files with 5 additions and 2 deletions
|
@ -72,8 +72,11 @@ echo "
|
|||
index index.php index.html;
|
||||
|
||||
location ~ \.php {
|
||||
fastcgi_pass unix:$APP_SOCK;
|
||||
include fastcgi_params;
|
||||
include fastcgi_params;
|
||||
fastcgi_split_path_info ^(.+\.php)(/.*)$;
|
||||
fastcgi_param PATH_INFO \$fastcgi_path_info;
|
||||
fastcgi_param SCRIPT_FILENAME \$document_root\$fastcgi_script_name;
|
||||
fastcgi_pass unix:$APP_SOCK;
|
||||
}
|
||||
}
|
||||
" | sudo tee $NGINX_CONF > /dev/null
|
||||
|
|
Loading…
Add table
Reference in a new issue