mirror of
https://github.com/YunoHost-Apps/duniter_ynh.git
synced 2024-09-03 18:26:35 +02:00
Add Nginx conf for modules
This commit is contained in:
parent
706154ea6c
commit
cbc22059ee
1 changed files with 5 additions and 0 deletions
|
@ -38,4 +38,9 @@ location / {
|
||||||
access_by_lua_file /usr/share/ssowat/access.lua;
|
access_by_lua_file /usr/share/ssowat/access.lua;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
location ~ /modules {
|
||||||
|
proxy_pass http://localhost:9220$uri;
|
||||||
|
access_by_lua_file /usr/share/ssowat/access.lua;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue