I’d like to pay attention at the communication between Wowza Streaming Engine and Nginx as origin – edge. Here will be shown the synopsys of this structure and detailed software configuration.
Category Archives: Web servers
Grok patterns for Logstash: how to write.
One of the most important Ops goals – check systems healthy. And there is no easier way to do it than logs file reading. You can do it directly from system terminal, filtering with “grep”, “sed”, “awk”. But it’s easy to confuse and lost track of real problem. Here is your personal help – log management systems.
Go to maintenance mode with Nginx
Every web-resource goes to maintenance work once in awhile. It might be a site renovation or motion to new server, doesn’t matter. The main target is a provide an alert for users. Basically it’s html page, which shows a simple message about web-site inaccessibility. It has 503 HTTP code.