1
0
Fork 0
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:
LéOSW 2017-08-12 09:17:11 +02:00 committed by JimboJoe
parent 4b36d8df2a
commit a88dad5904

View file

@ -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.