Installation Problem
4 posts
• Page 1 of 1
Installation Problem
Trying to install Nova on my site but after inputting the database details on the config page and clicking Next Step, I get a page with "502 Bad Gateway" error.I've tried deleting the files from the server and then re-upping them but this makes no difference.
Hoping someone can help!
-
-
Posts: 1
Re: Installation Problem
You'll probably need to reach out to your host about this one. A 500 error like that is probably server related as opposed to Nova related.Re: Installation Problem
Running into the same problem. Sadly, I don't have the luxury of calling my sysadmin. Every time I try to, I get a busy-tone, as the sys-admin's phone number seems to be *extremely* similar to mine.Is there any logging avaialable in Nova besides the web-server logging?
-
-
Posts: 10
Re: Installation Problem
I seem to have been able to fix this by increasing the buffers of my reverse proxy...If you also happen to be using an nginx reverse proxy, it appears to have a limited buffer size. Search for the following in your virtual host setting:
- Code: Select all
{
server_name ussloki.starshipfawkes.nl www.ussloki.starshipfawkes.nl;
location /
{
proxy_set_header Host $host;
proxy_pass http://192.168.1.2:80/;
and add the following spells and incantations to your song just below the proxy_pass line:
- Code: Select all
proxy_buffer_size 128k;
proxy_buffers 4 256k;
proxy_busy_buffers_size 256k;
This should increase the proxy's buffer from a measly 4k to a more respectable 128k.
Shamelessly yoinked from: https://ma.ttias.be/nginx-proxy-upstream-sent-big-header-reading-response-header-upstream/
-
-
Posts: 10
4 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 2 guests