From abd575e0c30b11594040a75481e6b5f358730794 Mon Sep 17 00:00:00 2001 From: Luc Didry Date: Sun, 4 Oct 2015 19:50:53 +0200 Subject: [PATCH] Add hypnotoad proxy configuration to conf template --- lufi.conf.template | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lufi.conf.template b/lufi.conf.template index d4ad57c..9d60070 100644 --- a/lufi.conf.template +++ b/lufi.conf.template @@ -7,6 +7,9 @@ hypnotoad => { # array of IP addresses and ports you want to listen to listen => ['http://127.0.0.1:8080'], + # if you use Lufi behind a reverse proxy like Nginx, you want ro set proxy to 1 + # if you use Lufi directly, let it commented + #proxy => 1, }, # put a way to contact you here and uncomment it