mirror of
https://github.com/YunoHost-Apps/duniter_ynh.git
synced 2024-09-03 18:26:35 +02:00
Merge pull request #58 from c-geek/master
[fix] HTTP GET parameters were not shared to modules
This commit is contained in:
commit
58c9b32c3c
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ location / {
|
|||
}
|
||||
|
||||
location ~ /modules {
|
||||
proxy_pass http://localhost:9220$uri;
|
||||
proxy_pass http://localhost:9220;
|
||||
access_by_lua_file /usr/share/ssowat/access.lua;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue