-
Type:
Bug
-
Status: Done
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 7.3.2
-
Component/s: None
-
Labels:None
-
Severity:High
If Artifactory is behind Nginx and nginx configuration is using default buffer sizes, login with remember me might fail because the response header is too large.
To avoid it, at least with our auto generated Nginx config we should add the following parameter inside the location section:
proxy_buffer_size 128k;