diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2021-08-07 21:55:26 +0200 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2021-08-07 21:55:26 +0200 |
| commit | fa3c877da11abf0af97f20192bee02cbdddb5753 (patch) | |
| tree | fd8bb41df4ce2a36b33ef24ebde2de1194364e7f /config/searx | |
| parent | a2f14cb46f249ecb388252d3f9d88f1efe8e8227 (diff) | |
enable https
Diffstat (limited to 'config/searx')
| -rw-r--r-- | config/searx/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/searx/default.nix b/config/searx/default.nix index d58cb95..2717868 100644 --- a/config/searx/default.nix +++ b/config/searx/default.nix @@ -13,6 +13,8 @@ let in { # Nginx services.nginx.virtualHosts."searx.aristote.fr" = { + forceSSL = true; + enableACME = true; locations = { "/" = { proxyPass = "http://127.0.0.1:${toString ports.filtron.listen}"; |
