Add hypnotoad proxy configuration to conf template
This commit is contained in:
parent
60e157ff71
commit
abd575e0c3
|
@ -7,6 +7,9 @@
|
||||||
hypnotoad => {
|
hypnotoad => {
|
||||||
# array of IP addresses and ports you want to listen to
|
# array of IP addresses and ports you want to listen to
|
||||||
listen => ['http://127.0.0.1:8080'],
|
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
|
# put a way to contact you here and uncomment it
|
||||||
|
|
Loading…
Reference in New Issue