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 (#48)
Complete error message is: upstream sent too big header while reading response header from upstream
This commit is contained in:
parent
4b36d8df2a
commit
a88dad5904
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…
Reference in a new issue