mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Update torhiddenservice.md
This commit is contained in:
parent
64b667a14e
commit
1390e21b58
1 changed files with 7 additions and 0 deletions
|
@ -38,3 +38,10 @@ Your domain looks like *random123456789.onion*
|
|||
yunohost domain add random123456789.onion
|
||||
```
|
||||
|
||||
## Avoid SSO redirection (optional)
|
||||
|
||||
If you want to avoid being redirected to the SSO portal at login, you can deactivate SSOwat for this specific tor domain, by editing the file `/etc/nginx/conf.d/random123456789.onion.conf` and commenting the following line (2 times):
|
||||
|
||||
```bash
|
||||
#access_by_lua_file /usr/share/ssowat/access.lua;
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue