summaryrefslogtreecommitdiffstats
path: root/2configs
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
commit660b18f4ca9250dc4ab3f537c19ec4ab92e8d3f9 (patch)
tree0a4efdb997acdf561249cc9b8f94d4aeeac45e57 /2configs
parenta70768984afd7e723379b9ba0e5ac671fbfa3a0c (diff)
m: add hound to omo, wikisearch.krebsco.de
Diffstat (limited to '2configs')
-rw-r--r--2configs/deployment/hound/default.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/2configs/deployment/hound/default.nix b/2configs/deployment/hound/default.nix
index 9e8f88895..0cfb5cdeb 100644
--- a/2configs/deployment/hound/default.nix
+++ b/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";
[cgit] Unable to lock slot /tmp/cgit/9f200000.lock: No such file or directory (2)