fixxxxxxx
This commit is contained in:
@@ -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 = {
|
services.caddy = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
globalConfig = ''
|
||||||
|
auto_https off
|
||||||
|
'';
|
||||||
virtualHosts."localhost:80".extraConfig = builtins.readFile ./Caddyfile;
|
virtualHosts."localhost:80".extraConfig = builtins.readFile ./Caddyfile;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user