fixxxxxxx

This commit is contained in:
2026-02-11 19:39:57 +02:00
parent fa13387a4c
commit 0a43990455

View File

@@ -28,8 +28,13 @@
};
};
# Set host header to `localhost` in tunnel settings otherwise you'll end up wasting countless hours of your life
services.caddy = {
enable = true;
globalConfig = ''
auto_https off
'';
virtualHosts."localhost:80".extraConfig = builtins.readFile ./Caddyfile;
};