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
ae5efa12ab
commit
4d0b746765
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,7 @@ Requirements
|
|||
------------
|
||||
|
||||
Nginx "Openresty" flavored : http://openresty.org/
|
||||
or nginx-extras in Debian wheezy-backports
|
||||
|
||||
|
||||
Example Nginx conf
|
||||
|
@ -15,6 +16,7 @@ Example Nginx conf
|
|||
```nginx
|
||||
|
||||
lua_package_path "/usr/share/lua/5.1/nginx/?.lua;;"; # For Debian
|
||||
init_by_lua 'conf_path = "path/to/conf.json"';
|
||||
init_by_lua_file path/to/init.lua;
|
||||
access_by_lua_file path/to/access.lua;
|
||||
|
||||
|
|
Loading…
Reference in a new issue