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:
parent
e49515f3a3
commit
d48200dcfc
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue