Server IP : 80.87.202.40 / Your IP : 216.73.216.169 Web Server : Apache System : Linux rospirotorg.ru 5.14.0-539.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Dec 5 22:26:13 UTC 2024 x86_64 User : bitrix ( 600) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/lib/letsencrypt/backups/1741164038.1322656/ |
Upload File : |
# Location for long-polling connections location ^~ /bitrix/sub { # we don't use callback and droppped it (XSS) if ( $arg_callback ) { return 400; } #push_stream_subscriber long-polling; #push_stream_allowed_origins "*"; #push_stream_channels_path $arg_CHANNEL_ID; #push_stream_last_received_message_tag $arg_tag; #push_stream_longpolling_connection_ttl 40; #push_stream_authorized_channels_only on; #push_stream_message_template '#!NGINXNMS!#{"id":~id~,"channel":"~channel~","tag":"~tag~","time":"~time~","eventid":"~event-id~","text":~text~}#!NGINXNME!#'; } # Location for websocet connections location ^~ /bitrix/subws/ { #push_stream_subscriber websocket; #push_stream_channels_path $arg_CHANNEL_ID; #push_stream_websocket_allow_publish off; #push_stream_ping_message_interval 40s; #push_stream_authorized_channels_only on; #push_stream_last_received_message_tag "$arg_tag"; #push_stream_last_received_message_time "$arg_time"; #push_stream_message_template '#!NGINXNMS!#{"id":~id~,"channel":"~channel~","tag":"~tag~","time":"~time~","eventid":"~event-id~","text":~text~}#!NGINXNME!#'; }