1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/searxng_ynh.git synced 2024-09-03 20:26:00 +02:00

CHnage socket location in nginx conf

This commit is contained in:
mh4ckt3mh4ckt1c4s 2022-11-24 15:53:44 +01:00
parent e49515f3a3
commit d48200dcfc

View file

@ -1,7 +1,7 @@
#sub_path_only rewrite ^__PATH__$ __PATH__/ permanent;
location __PATH__/ {
uwsgi_pass unix:///usr/local/__NAME__/run/socket;
uwsgi_pass unix:///var/run/__NAME__/app.socket;
include uwsgi_params;
uwsgi_param HTTP_HOST $host;