new ddev seems to not have issues routing anymore

This commit is contained in:
TheWanderingCrow 2026-04-03 13:34:40 -04:00
parent 8c2d901a27
commit 518ff5c314

View file

@ -7,10 +7,10 @@
# There's some one-time setup here
# ddev config global --router-http-port=8880 --router-https-port=8843
# There should also be a route for *.ddev.site in our nextdns config
services.caddy = {
enable = true;
virtualHosts."*.ddev.site:80".extraConfig = ''
reverse_proxy http://localhost:8880
'';
};
# services.caddy = {
# enable = true;
# virtualHosts."*.ddev.site:80".extraConfig = ''
# reverse_proxy http://localhost:8880
# '';
# };
}