1
0
Fork 0
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:
opi 2016-05-10 16:14:28 +02:00
parent d0ab8c5f31
commit f9b6c02f22

View file

@ -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;