I am running a Laravel app with Google App Engine Standard PHP 7.2, with Elfinder package.
Today, I receive 502 error while trying to access Elfinder. Upon analyzing the log, I found this particular error:
96 upstream sent too big header while reading response header from upstream, client: XXX.XXX.XXX.XXX, server: , request: "GET /xxx/elfinder/connector?_token=XXX", upstream: "fastcgi://unix:/tmp/google-config/php-fpm.sock:", host: "XXX", referrer: "XXX".
After googling for similar problem, I found out it is probably a problem with nginx proxy_buffer_size. However, I did not know how to edit nginx.conf in Google App Engine Standard. Can anyone help me?
Thanks in advance.