From 5048fa6a3fea936762a568735a884d3a306edade Mon Sep 17 00:00:00 2001 From: Suresh Alse Date: Thu, 22 Dec 2016 08:55:32 +0530 Subject: [PATCH] Update issues.md --- README/issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README/issues.md b/README/issues.md index 9389b1f..03a2bf3 100644 --- a/README/issues.md +++ b/README/issues.md @@ -5,7 +5,7 @@ You can submit issues in the [issue tracker](https://github.com/alseambusher/cro ###Common issues __crontab-ui is running but is not accessible on browser__ - -This is usually because the place where your crontab-ui is installed does not give access to others. It can be resolved by either giving permission to the user (Recommended) or running crontab-ui as root. Refer [this](https://github.com/alseambusher/crontab-ui/issues/8) +This is usually because the place where your crontab-ui is installed does not give access to others. It can be resolved by either __giving permission__ to the user (Recommended) or running crontab-ui as root. Refer [this](https://github.com/alseambusher/crontab-ui/issues/8) __Hosting crontab-ui : it works on localhost but not outside the server__ - You have to host it using nginx, apache2, etc. Refer [this](nginx.md).