Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Well, your worker_connections is way too high, according to the nginx docs, it should be 1024 or less. That might possibly be causing connection issues.
worker_connections
1024
I can't find anything that might be causing the problem though.
@yariplus Thanks for the help, but I guess it was not the solution. Thanks anyway, im going to try again