838 current 2024-07-17 14:13:43 24.11.20240717.7edc243 6.9.8-zen1 *

This commit is contained in:
zack 2024-07-17 14:13:51 -04:00
parent 0b77b405e9
commit f022bfbbcd
No known key found for this signature in database
GPG key ID: 5F873416BCF59F35
2 changed files with 5 additions and 1 deletions

View file

@ -33,6 +33,9 @@ in {
services.nginx.virtualHosts.${cfg.domain} = {
forceSSL = true;
enableACME = true;
extraConfig = ''
access_log off;
'';
locations."/searx/" = {
proxyPass = "http://localhost:8080";
};