caddy test 2

This commit is contained in:
2025-07-20 10:49:25 +02:00
parent 20f7b394b3
commit 0fceebfc20
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,8 @@
enable = true; enable = true;
extraHosts = '' extraHosts = ''
192.168.88.14 cnst.dev 192.168.88.14 cnst.dev
192.168.88.14 *.cnst.dev 192.168.88.14 lidarr.cnst.dev
192.168.88.14 prowlarr.cnst.dev
''; '';
interfaces = { interfaces = {
"eno1" = { "eno1" = {

View File

@@ -34,7 +34,6 @@ in {
services.caddy = { services.caddy = {
enable = true; enable = true;
globalConfig = '' globalConfig = ''
servers { trusted_proxies static private_ranges }
auto_https off auto_https off
''; '';
virtualHosts = { virtualHosts = {