-
(This is not an actual question anymore, I solved it but thought the issue and the working solution could come in handy for someone else) ProblemSymptom: Logging in to Piranha Manager results in a Details:
SolutionReason: Too large forwarded headers caused the buffers of NginX to overflow. This caused NginX to fail to loading the request that was made with a successful login to the manager. Fix: In the NginX configuration file for the Piranha site, add the following in the apropriate proxy_intercept_errors on;
proxy_buffer_size 128k;
proxy_buffers 4 256k;
proxy_busy_buffers_size 256k; Notes
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
In the NginX configuration file for the Piranha site, add the following in the apropriate proxy_intercept_errors on;
proxy_buffer_size 128k;
proxy_buffers 4 256k;
proxy_busy_buffers_size 256k; |
Beta Was this translation helpful? Give feedback.
In the NginX configuration file for the Piranha site, add the following in the apropriate
location
target