Skip to content

Commit

Permalink
Remove config for rtmp status style.
Browse files Browse the repository at this point in the history
  • Loading branch information
rasberryrabbit committed Apr 7, 2020
1 parent 39d3296 commit 4bfddd7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
Binary file modified nginxtool.exe
Binary file not shown.
1 change: 0 additions & 1 deletion nginxtool_main.pas
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,6 @@ procedure TFormNginxtool.VerboseNginxConfig;
rtmpgrp:=rtmpgrp.FindItemGroup('location');
rtmpgrp.MarkClose;
rtmpgrp.AddNameValue(rtmpgrp.Level+1,'rtmp_stat','all;');
rtmpgrp.AddNameValue(rtmpgrp.Level+1,'rtmp_stat_stylesheet','/style.xsl;');
chunk_modified:=True;
end;

Expand Down

0 comments on commit 4bfddd7

Please sign in to comment.