Guide to fix timeout issues with vbulletin on nginx
(2 posts)
(2 voices)
-
I ran into a few timeout issues in the past with setting up vbulletin on nginx... I ended up making some config changes by adding this:
fastcgi_connect_timeout 60; fastcgi_send_timeout 180; fastcgi_read_timeout 180; fastcgi_buffer_size 128k; fastcgi_buffers 4 256k; fastcgi_busy_buffers_size 256k; fastcgi_temp_file_write_size 256k; fastcgi_intercept_errors on;This worked for me so you might need to change these values accordingly based on your system resources.
Posted 6 months ago # -
VERY nice .. cheers OSB .. will look closer at these tweaks
Posted 6 months ago #
Reply
You must log in to post.
Want HTML?
a blockquote code em strong ul ol liPlace code between backticks `codeHere`
You've got it.
