diff --git a/README.md b/README.md index 54555d8..5808189 100644 --- a/README.md +++ b/README.md @@ -18,14 +18,14 @@ See screenshots [here](https://cloudup.com/c_TLoJ62sdY). 3. Start the web interface server with `npm start` 4. Point your browser to http://localhost:8082 -NOTE: This repository adds an http wraper to serve the .js pages containing the needed functionality. You can optionally serve these pages using Nginx or Apache too. By default the configuration is set so this service can only be accessed from the local machine (127.0.0.1) If you want to acces the administration page from outside current server you will have to edit the configuration file called default.toml, found within the /config subfolder on the installation folder you previously created to install this script. +NOTE: This repository adds an http wrapper to serve the .js pages containing the needed functionality. You can optionally serve these pages using Nginx or Apache. By default the configuration is set so this service can only be accessed from the local machine (127.0.0.1) If you want to acces the administration page from outside current server you will have to edit the configuration file called default.toml, found within the /config subfolder on the installation folder you previously created to install this script. -In order to be able to access the web interface from an external computer, you need to edit the "host" parameter. +In order to access the web interface from an external computer, you need to edit the "host" parameter. -Change this line: -host = "127.0.0.1" # set to false to listen on all interfaces -to this: -host = "0.0.0.0" # set to false to listen on all interfaces +Change this line: +host = "127.0.0.1" # set to false to listen on all interfaces +to this: +host = "0.0.0.0" # set to false to listen on all interfaces **NB!** For the delivery counters and top destinations to work you should add [zonemta-delivery-counters](https://github.com/andris9/zonemta-delivery-counters) plugin for your ZoneMTA application. Also make sure that you use the same redis key prefix in ZoneMTA and in ZMTA-WebAdmin.