mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Update torhiddenservice_fr.md
This commit is contained in:
parent
f7dda172da
commit
64b667a14e
1 changed files with 8 additions and 0 deletions
|
@ -39,3 +39,11 @@ Le domaine ressemble à *random123456789.onion*
|
|||
yunohost domain add random123456789.onion
|
||||
```
|
||||
|
||||
## Éviter la redirection vers le SSO (optionnel)
|
||||
|
||||
Si vous voulez éviter d'être redirigé vers le portail à la connexion pour des raisons de traçabilité, vous pouvez désactiver SSOwat pour le domaine, en éditant le fichier `/etc/nginx/conf.d/random123456789.onion.conf` et en commentant la ligne suivante (elle apparaît deux fois dans le fichier):
|
||||
|
||||
```bash
|
||||
#access_by_lua_file /usr/share/ssowat/access.lua;
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue