mirror of
https://github.com/YunoHost-Apps/phpmyadmin_ynh.git
synced 2024-09-03 19:56:46 +02:00
Fix 502 issue on CGI buffer
Complete error message is: upstream sent too big header while reading response header from upstream
This commit is contained in:
parent
044485c1fc
commit
49dfd4a893
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@ location YNH_WWW_PATH {
|
|||
fastcgi_param PATH_INFO $fastcgi_path_info;
|
||||
fastcgi_param SCRIPT_FILENAME $request_filename;
|
||||
fastcgi_read_timeout 600;
|
||||
fastcgi_buffers 16 16k;
|
||||
fastcgi_buffer_size 32k;
|
||||
}
|
||||
|
||||
# Include SSOWAT user panel.
|
||||
|
|
Loading…
Add table
Reference in a new issue