Update user_interface.md

This commit is contained in:
ma.azimi@laposte.net 2014-10-11 18:08:55 +02:00 committed by YunoHost
parent 80ba0e6cdf
commit f26baebcc0

View file

@ -4,13 +4,13 @@
Access to user interface can only be done by using a domain name. You cant access to it by using the local IP address of your server like that: https://your.server.ip.address/yunohost/sso/ Access to user interface can only be done by using a domain name. You cant 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 ```bash
your.server.ip.address domain.tld 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 doesnt 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 doesnt own one.
### Software ### Software