TCP Connection

Валентин Бартенев vbart at nginx.com
Fri Mar 4 22:25:16 UTC 2016


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



More information about the nginx mailing list