diff options
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% } |