diff options
author | Linnnus <[email protected]> | 2025-04-18 12:47:01 +0200 |
---|---|---|
committer | Linnnus <[email protected]> | 2025-04-18 12:47:01 +0200 |
commit | 2e6046dbd32a0c6e1164aac678de9bc3c017e501 (patch) | |
tree | f699550cfc829ed67473acb248f5cfdd17b22c93 | |
parent | 86827a5de22335d34ff84286f01433af8d6d373d (diff) |
TEMPORARY HACK allow access to media over https
-rw-r--r-- | hosts/ahmed/linus.onl/default.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hosts/ahmed/linus.onl/default.nix b/hosts/ahmed/linus.onl/default.nix index 5bedd24..91cd0ca 100644 --- a/hosts/ahmed/linus.onl/default.nix +++ b/hosts/ahmed/linus.onl/default.nix @@ -154,6 +154,11 @@ in { recommendedProxySettings = true; proxyPass = "http://unix:${config.services.webhook-listener.socket-path}:/"; }; + + locations."/1bfb754b-ae23-42f5-9e3f-0f0cc0ed3c51/" = { + alias = "/srv/media/"; + extraConfig = "autoindex on;"; + }; }; }; }; |