mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Restarting ngnix is needed
This commit is contained in:
parent
bd0737f9b4
commit
89f7e080f7
2 changed files with 11 additions and 0 deletions
|
@ -45,3 +45,9 @@ If you want to avoid being redirected to the SSO portal at login, you can deacti
|
|||
```bash
|
||||
#access_by_lua_file /usr/share/ssowat/access.lua;
|
||||
```
|
||||
|
||||
## Restart nginx
|
||||
|
||||
```bash
|
||||
service nginx restart
|
||||
```
|
|
@ -47,3 +47,8 @@ Si vous voulez éviter d’être redirigé vers le portail à la connexion pour
|
|||
#access_by_lua_file /usr/share/ssowat/access.lua;
|
||||
```
|
||||
|
||||
## Rédémarrer nginx
|
||||
|
||||
```bash
|
||||
service nginx restart
|
||||
```
|
Loading…
Reference in a new issue