traefik
This commit is contained in:
parent
0703bc7d44
commit
f9c77585d5
1 changed files with 4 additions and 1 deletions
|
|
@ -1,3 +1,4 @@
|
||||||
|
networking.firewall.allowedTCPPorts = [ 80 443 ];
|
||||||
services.traefik = {
|
services.traefik = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
|
@ -40,4 +41,6 @@
|
||||||
http.routers = {};
|
http.routers = {};
|
||||||
http.services = {};
|
http.services = {};
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue