revert location

This commit is contained in:
zackartz 2024-05-03 16:33:09 -04:00
parent 0968d5b542
commit 4f33b09e0b
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA

View file

@ -16,7 +16,7 @@
services.nginx.virtualHosts."search.zackmyers.io" = { services.nginx.virtualHosts."search.zackmyers.io" = {
forceSSL = true; forceSSL = true;
enableACME = true; enableACME = true;
locations."/searx" = { locations."/" = {
proxyPass = "http://localhost:8080"; proxyPass = "http://localhost:8080";
}; };
}; };