mirror of
https://github.com/YunoHost-Apps/searx_ynh.git
synced 2024-09-03 20:16:30 +02:00
Fix uwsgi script_name for root installation.
This commit is contained in:
parent
ea9e5bb5c4
commit
2da0e89a08
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ location YNH_WWW_LOCATION {
|
||||||
}
|
}
|
||||||
|
|
||||||
location @searx {
|
location @searx {
|
||||||
uwsgi_param SCRIPT_NAME 'YNH_WWW_PATH';
|
uwsgi_param SCRIPT_NAME '';
|
||||||
include uwsgi_params;
|
include uwsgi_params;
|
||||||
uwsgi_modifier1 30;
|
uwsgi_modifier1 30;
|
||||||
uwsgi_pass unix:///run/uwsgi/app/searx/socket;
|
uwsgi_pass unix:///run/uwsgi/app/searx/socket;
|
||||||
|
|
Loading…
Add table
Reference in a new issue