On Friday 04 March 2016 19:12:56 Giulio Loffreda wrote: > Still having no luck. > No log is generated. > > TCP connection has any relation to web socket support configuration ? > > this is my site config. > > server { > listen 80; > server_name myhost.com; > access_log /var/log/nginx/myhost.com.log combined; > error_log /var/log/nginx/myhost.com.error.log; [..]
You have another error_log directive on the "server" level that overrides the directives from previous levels. wbr, Valentin V. Bartenev _______________________________________________ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx