nginx: make options for vhosts

This commit is contained in:
Gerg-L 2024-12-12 19:21:07 -05:00
parent 355b092cf2
commit 899738705e
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI
7 changed files with 71 additions and 92 deletions

View file

@ -35,4 +35,9 @@
ui.theme_args.simple_style = "dark";
};
};
local.nginx.defaultVhosts."search.gerg-l.com" = {
locations."/".extraConfig = "uwsgi_pass unix:${config.services.searx.uwsgiConfig.socket};";
extraConfig = "access_log off;";
};
}