Pebbling Club 🐧🪨

  • How to set up your own private RTMP server using nginx | Open Broadcaster Software
    Notes
    Most people who stream enjoy using services such as Twitch.tv or Ustream to deliver video to viewers, and that works well enough. But sometimes you want some more control over your stream, or you want other people to be able to stream to you, or you want to stream to multiple places, or any number of things that requires you to have access to an actual RTMP stream from an RTMP server. This guide will cover the very basics of setting up a simple RTMP server on a Linux computer. Don't worry, it's not too complicated, but having familiarity with Linux will certainly help.
    Unfurl
  • HTTP 413 Request Entity Too Large – Control+R
    Notes
    Adding client_max_body_size 8M; to the server { ... } section of my nginx configuration fixed the problem.
    Unfurl
  • Nginx, Django, and X-Accel-Redirects — The Wellfire Blog
    Notes
    Like Apache’s mod_xsendfile, Nginx’s X-Accel module provides for internal redirects. An x-accel-redirct is internal because instead of redirecting the client’s request to another URL, it redirects the location of Nginx’s request to another resource.
    Unfurl
  • NGINX + PHP-FPM + APC = Awesome
    Notes
    "The following guide will walk you through setting up possibly the fastest way to serve PHP known to man. If there is a faster way, I’ve not yet found it climbing through zillions of blog posts out there on the subject. In this article, we’ll be installing nginx http server, PHP with the PHP-FPM patches, as well as APC. The end result? Pure awesome."
    Unfurl
  • Holy Shmoly! » WordPress, Nginx and WP Super Cache
    Notes
    "If you host your own WordPress blog, it’s probably on Apache. That all fine and good. For most sites Apache works wonderfully, especially as it’s so easy to find information on it, on mod_rewrite and everything else that everyone else uses. One of the alternatives is Nginx, a really fast webserver that streaks ahead of Apache in terms of performance, but isn’t quite as easy to use. That’s partly because Apache is the default webserver on most Linux distributions and hosts. Want to try Nginx? Here’s how."
    Unfurl
  • Django snippets: minimal nginx conf to split get/post requests
    Notes
    "After a point the sql server becomes the bottleneck in lots of web application, and to scale, master-slave replication with single master, multiple slave is recommended. This setup with nginx can be used to accomplish traffic distribution between master and slave based on request method. "
    Feed
    Unfurl