mirror of
https://github.com/YunoHost/SSOwat.git
synced 2024-09-03 20:06:27 +02:00
Update README.md
This commit is contained in:
parent
291c536534
commit
bd8327990b
1 changed files with 3 additions and 2 deletions
|
@ -6,7 +6,8 @@ A simple SSO for nginx, written in Lua
|
||||||
Example Nginx conf
|
Example Nginx conf
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
'''
|
```nginx
|
||||||
|
|
||||||
lua_package_path "/usr/share/lua/5.1/nginx/?.lua;;"; # For Debian
|
lua_package_path "/usr/share/lua/5.1/nginx/?.lua;;"; # For Debian
|
||||||
init_by_lua_file path/to/init.lua;
|
init_by_lua_file path/to/init.lua;
|
||||||
access_by_lua_file path/to/access.lua;
|
access_by_lua_file path/to/access.lua;
|
||||||
|
@ -37,4 +38,4 @@ server {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
'''
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue