From fc30a1a6d3fc8a026d6fc0e393d926b2b95385bb Mon Sep 17 00:00:00 2001 From: dave Date: Fri, 29 Aug 2014 20:12:58 -0700 Subject: [PATCH] Format readme --- Readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Readme.md b/Readme.md index 4130da6..c9696e5 100644 --- a/Readme.md +++ b/Readme.md @@ -17,6 +17,7 @@ A python3 web app to record internet radio streams and present them in a podcast Something like: +``` [uwsgi] uid = streamrecord pid = streamrecord @@ -32,11 +33,13 @@ pidfile = /tmp/streamrecord.pid enable-threads = true no-threads-wait = true die-on-term = true +``` ### Nginx config Something like: +``` server { listen 30000; listen [::]:30000 ipv6only=on; @@ -50,3 +53,4 @@ server { alias /home/streamrecord/app/static/; } } +``` \ No newline at end of file