Restarting ngnix is needed

This commit is contained in:
Genma 2016-01-07 16:34:28 +01:00
parent bd0737f9b4
commit 89f7e080f7
2 changed files with 11 additions and 0 deletions

View file

@ -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
```

View file

@ -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
```