From f26baebcc0a16e48861c242982c2d3ae37fa5c63 Mon Sep 17 00:00:00 2001 From: "ma.azimi@laposte.net" Date: Sat, 11 Oct 2014 18:08:55 +0200 Subject: [PATCH] Update user_interface.md --- user_interface.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/user_interface.md b/user_interface.md index d054e025..73e788a4 100644 --- a/user_interface.md +++ b/user_interface.md @@ -4,13 +4,13 @@ Access to user interface can only be done by using a domain name. You can’t access to it by using the local IP address of your server like that: https://your.server.ip.address/yunohost/sso/ -You can create a redirection by modifing `/etc/hosts`. Add that line: +You can create a redirection of a domain name to IP address of your server by modifing `/etc/hosts` and by adding that line: ```bash your.server.ip.address domain.tld ``` -By replacing `your.server.ip.address` for instance by `192.168.1.05` and `domain.tld` by your domain name or by one created here if you doesn’t own one. +By replacing `your.server.ip.address` for instance by `192.168.1.05` and `domain.tld` by your domain name or by one you can choose if you doesn’t own one. ### Software