Proxy : Disable port 80.
This commit is contained in:
parent
d929e85b05
commit
3b234c060b
|
@ -9,11 +9,12 @@ in {
|
|||
|
||||
containers.proxy = container.mkContainer cfg {
|
||||
forwardPorts = [
|
||||
# {
|
||||
# containerPort = 80;
|
||||
# hostPort = 80;
|
||||
# protocol = "tcp";
|
||||
# } {
|
||||
{
|
||||
containerPort = 80;
|
||||
hostPort = 80;
|
||||
protocol = "tcp";
|
||||
} {
|
||||
containerPort = 443;
|
||||
hostPort = 443;
|
||||
protocol = "tcp";
|
||||
|
|
Loading…
Reference in a new issue