mirror of
https://github.com/YunoHost-Apps/searx_ynh.git
synced 2024-09-03 20:16:30 +02:00
Update nginx.conf-noroot
This commit is contained in:
parent
ee73739e7a
commit
217a2a5e29
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ location @searx {
|
|||
uwsgi_param SCRIPT_NAME PATHTOCHANGE;
|
||||
include uwsgi_params;
|
||||
uwsgi_modifier1 30;
|
||||
uwsgi_pass unix:/run/uwsgi/app/searx/socket;
|
||||
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