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 script_name for root installation.

This commit is contained in:
opi 2016-04-24 18:12:03 +02:00
parent ea9e5bb5c4
commit 2da0e89a08

View file

@ -6,7 +6,7 @@ location YNH_WWW_LOCATION {
}
location @searx {
uwsgi_param SCRIPT_NAME 'YNH_WWW_PATH';
uwsgi_param SCRIPT_NAME '';
include uwsgi_params;
uwsgi_modifier1 30;
uwsgi_pass unix:///run/uwsgi/app/searx/socket;