Sort:  

Line 15 right underneath the live on underneath the application live

    worker_processes  1;

    error_log  logs/error.log debug;

    events {
        worker_connections  1024;
    }


    rtmp {
        server {
            listen 1935;

            application live {
                live on;
                push ...
           }
           ...