7f50e96ff3
- Allow requests from any source through the MAAS proxy so that traffic routed through maas-ingress will work Change-Id: I91e40789ad45c0ea75c54eccbf37931156b224e3
11 lines
275 B
Diff
11 lines
275 B
Diff
18,24c18
|
|
< http_access allow maas_proxy_manager localhost
|
|
< http_access deny maas_proxy_manager
|
|
< http_access deny !Safe_ports
|
|
< http_access deny CONNECT !SSL_ports
|
|
< http_access allow localnet
|
|
< http_access allow localhost
|
|
< http_access deny all
|
|
---
|
|
> http_access allow all
|