mirror of
https://github.com/YunoHost-Apps/searx_ynh.git
synced 2024-09-03 20:16:30 +02:00
Update nginx.conf
This commit is contained in:
parent
9adb42a9c8
commit
29740d6d25
1 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,10 @@ location __PATH__/ {
|
|||
uwsgi_modifier1 30;
|
||||
uwsgi_pass unix:///var/run/__NAME__/app.socket;
|
||||
|
||||
location __PATH__/searx/static/ {
|
||||
alias __FINALPATH__/searx/static/;
|
||||
}
|
||||
|
||||
# Include SSOWAT user panel.
|
||||
include conf.d/yunohost_panel.conf.inc;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue