Change example port (#54)
This commit is contained in:
parent
3bbe8000d3
commit
14bc04ea2f
|
@ -6,7 +6,7 @@
|
||||||
# see http://mojolicio.us/perldoc/Mojo/Server/Hypnotoad for a full list of settings
|
# see http://mojolicio.us/perldoc/Mojo/Server/Hypnotoad for a full list of settings
|
||||||
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:8081'],
|
||||||
# if you use Lufi behind a reverse proxy like Nginx, you want ro set proxy to 1
|
# 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
|
# if you use Lufi directly, let it commented
|
||||||
#proxy => 1,
|
#proxy => 1,
|
||||||
|
|
Loading…
Reference in New Issue