🗝
summary refs log tree commit diff
path: root/nginx/nginx.conf
diff options
context:
space:
mode:
authormia <mia@mia.jetzt>2024-07-05 16:36:29 -0700
committermia <mia@mia.jetzt>2024-07-05 16:36:29 -0700
commit55b4278719b1af00a858acd3065b91f527eb8fd9 (patch)
tree14edcd23bf5fc25b6d3adcc4f16599460f668736 /nginx/nginx.conf
parent56979efd3c0601e2b1c72ef5fb66512c81c1ccf7 (diff)
downloadasylum-55b4278719b1af00a858acd3065b91f527eb8fd9.tar.gz
asylum-55b4278719b1af00a858acd3065b91f527eb8fd9.zip
updates
Diffstat (limited to 'nginx/nginx.conf')
-rw-r--r--nginx/nginx.conf4
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%
     }