mirror of
https://github.com/YunoHost-Apps/searx_ynh.git
synced 2024-09-03 20:16:30 +02:00
[enh] Include SSOWAT user panel.
This commit is contained in:
parent
21b5b056d5
commit
852ed57ece
2 changed files with 6 additions and 0 deletions
|
@ -8,5 +8,8 @@ location PATHTOCHANGE {
|
|||
location @searx {
|
||||
uwsgi_pass unix:/run/uwsgi/app/searx/socket;
|
||||
include uwsgi_params;
|
||||
|
||||
# Include SSOWAT user panel.
|
||||
include conf.d/yunohost_panel.conf.inc;
|
||||
}
|
||||
|
||||
|
|
|
@ -9,4 +9,7 @@ location @searx {
|
|||
include uwsgi_params;
|
||||
uwsgi_modifier1 30;
|
||||
uwsgi_pass unix:/run/uwsgi/app/searx/socket;
|
||||
|
||||
# Include SSOWAT user panel.
|
||||
include conf.d/yunohost_panel.conf.inc;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue