mirror of
https://github.com/YunoHost-Apps/searx_ynh.git
synced 2024-09-03 20:16:30 +02:00
[fix] Uwsgi param
This commit is contained in:
parent
d0ab8c5f31
commit
f9b6c02f22
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ location YNH_WWW_LOCATION {
|
|||
}
|
||||
|
||||
location @searx {
|
||||
uwsgi_param SCRIPT_NAME 'YNH_WWW_PATH';
|
||||
uwsgi_param SCRIPT_NAME 'YNH_WWW_LOCATION';
|
||||
include uwsgi_params;
|
||||
uwsgi_modifier1 30;
|
||||
uwsgi_pass unix:///run/uwsgi/app/searx/socket;
|
||||
|
|
Loading…
Add table
Reference in a new issue