bliscar Posted August 2, 2013 Share Posted August 2, 2013 Hello, Since I have migrated my website under prestashop to a VPS using Nginx, i always got the same error (502 bad gateway / Nginx) when i try to authenticate on the front-office. Did anybody experience the same problem ? Thank you in advance. Link to comment Share on other sites More sharing options...
bellini13 Posted August 2, 2013 Share Posted August 2, 2013 this is going to be a bit technical, but you likely need to reconfigure your nginx settings to support a higher proxy buffer settings. you could start here http://www.howtoforg...r-from-upstream proxy_buffer_size 128k; proxy_buffers 4 256k; proxy_busy_buffers_size 256k; Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now