838 current 2024-07-17 14:13:43 24.11.20240717.7edc243 6.9.8-zen1 *
This commit is contained in:
parent
0b77b405e9
commit
f022bfbbcd
2 changed files with 5 additions and 1 deletions
|
|
@ -33,6 +33,9 @@ in {
|
|||
services.nginx.virtualHosts.${cfg.domain} = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
extraConfig = ''
|
||||
access_log off;
|
||||
'';
|
||||
locations."/searx/" = {
|
||||
proxyPass = "http://localhost:8080";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue