mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Fix image src
Not sure if this actually fixes it, but I can't create issues. Anyway, the images on [Local network access to your server](https://yunohost.org/en/dns_local_network) link to `https://yunohost.org/images/ip_serveur.png` which is broken. Prepending `/user`, like this: `https://yunohost.org/user/images/ip_serveur.png` seems to fix it.
This commit is contained in:
parent
1db11affb3
commit
627449c4d8
1 changed files with 2 additions and 2 deletions
|
@ -27,12 +27,12 @@ The goal here is to create a network wide redirection handled by your router. Th
|
||||||
### SFR Box
|
### SFR Box
|
||||||
If you haven't found your server private IP, you may find it using the SFR box admin panel:
|
If you haven't found your server private IP, you may find it using the SFR box admin panel:
|
||||||
Go to Network tab > General
|
Go to Network tab > General
|
||||||
<img src="/images/ip_serveur.png" width=800>
|
<img src="/user/images/ip_serveur.png" width=800>
|
||||||
|
|
||||||
#### Configure SFR box's DNS
|
#### Configure SFR box's DNS
|
||||||
|
|
||||||
Go to Network tab > DNS and add your domain name to the box's DNS.
|
Go to Network tab > DNS and add your domain name to the box's DNS.
|
||||||
<img src="/images/dns_9box.png" width=800>
|
<img src="/user/images/dns_9box.png" width=800>
|
||||||
|
|
||||||
## Configure [hosts](https://en.wikipedia.org/wiki/Host_%28Unix%29) file on client workstation
|
## Configure [hosts](https://en.wikipedia.org/wiki/Host_%28Unix%29) file on client workstation
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue