new ddev seems to not have issues routing anymore
This commit is contained in:
parent
8c2d901a27
commit
518ff5c314
1 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||
# '';
|
||||
# };
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue