diff options
author | Roland Reichwein <mail@reichwein.it> | 2020-05-31 13:08:31 +0200 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2020-05-31 13:08:31 +0200 |
commit | 6eaa0169f9da659cab431aaf49367a0075bba5d7 (patch) | |
tree | 348961bc17d267d20e561681cc6f70717fff1d19 /webserver.conf.example | |
parent | 9ca1bd5cdaeb199c99faa892fe4911a85e9fbe29 (diff) |
First public version w/o video, mp3 up to 30MB
Diffstat (limited to 'webserver.conf.example')
-rw-r--r-- | webserver.conf.example | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/webserver.conf.example b/webserver.conf.example new file mode 100644 index 0000000..2cb0e0a --- /dev/null +++ b/webserver.conf.example @@ -0,0 +1,8 @@ + <path requested="/downtube"> + <plugin>static-files</plugin> + <target>/usr/lib/downtube/html</target> + </path> + <path requested="/downtube/downtube.fcgi"> + <plugin>fcgi</plugin> + <target>127.0.0.1:9004</target> + </path> |