diff options
author | mia <mia@mia.jetzt> | 2024-07-05 16:36:29 -0700 |
---|---|---|
committer | mia <mia@mia.jetzt> | 2024-07-05 16:36:29 -0700 |
commit | 55b4278719b1af00a858acd3065b91f527eb8fd9 (patch) | |
tree | 14edcd23bf5fc25b6d3adcc4f16599460f668736 /nginx | |
parent | 56979efd3c0601e2b1c72ef5fb66512c81c1ccf7 (diff) | |
download | asylum-55b4278719b1af00a858acd3065b91f527eb8fd9.tar.gz asylum-55b4278719b1af00a858acd3065b91f527eb8fd9.zip |
updates
Diffstat (limited to 'nginx')
-rw-r--r-- | nginx/nginx.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nginx/nginx.conf b/nginx/nginx.conf index b331ddd..a5e108d 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -111,6 +111,10 @@ http { proxy_pass http://unix:/run/searxng.sock; } + location /autocompleter { + proxy_pass http://unix:/run/searxng.sock; + } + %AUTH_LOCATIONS% } |