Change example port (#54)

This commit is contained in:
Luc Didry 2016-06-23 18:25:54 +02:00
parent 3bbe8000d3
commit 14bc04ea2f
1 changed files with 1 additions and 1 deletions

View File

@ -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,