From 14bc04ea2f8857af2dc9cc61da68597b93724dcb Mon Sep 17 00:00:00 2001 From: Luc Didry Date: Jul 24 2016 16:39:21 +0000 Subject: Change example port (#54) --- diff --git a/lufi.conf.template b/lufi.conf.template index 0eb3d69..c97d1ab 100644 --- a/lufi.conf.template +++ b/lufi.conf.template @@ -6,7 +6,7 @@ # see http://mojolicio.us/perldoc/Mojo/Server/Hypnotoad for a full list of settings hypnotoad => { # array of IP addresses and ports you want to listen to - listen => ['http://127.0.0.1:8080'], + listen => ['http://127.0.0.1:8081'], # 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,