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