summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/deployment
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2017-06-01 10:12:43 +0200
committermakefu <github@syntax-fehler.de>2017-06-01 10:12:43 +0200
commitbb4c3d978a59f6efa5e6084afd55cd3e4f708a56 (patch)
tree98e915b39a54fe106d8c7a9350d0646a31a75546 /makefu/2configs/deployment
parent772f84305d90380e0d221cf49ae3f1597d0d0510 (diff)
m: add hound to omo, wikisearch.krebsco.de
Diffstat (limited to 'makefu/2configs/deployment')
-rw-r--r--makefu/2configs/deployment/hound/default.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/makefu/2configs/deployment/hound/default.nix b/makefu/2configs/deployment/hound/default.nix
index 9e8f8889..0cfb5cde 100644
--- a/makefu/2configs/deployment/hound/default.nix
+++ b/makefu/2configs/deployment/hound/default.nix
@@ -1,6 +1,10 @@
{ config, pkgs, ... }:
{
- services.nginx.virtualHosts."wikisearch.krebsco.de".locations."/".proxyPass = "http://localhost:6080";
+ services.nginx.virtualHosts."wikisearch.krebsco.de" = {
+ forceSSL = true;
+ enableACME = true;
+ locations."/".proxyPass = "http://localhost:6080";
+ };
services.hound = {
enable = true;
listen = "127.0.0.1:6080";