web-proxy: add firewall configuration
All checks were successful
ci/lysergic/push/pipeline Pipeline was successful

Allow internal http and https to pass on web proxies.
To-do: logic for web proxies directly attached to the internet.

Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
This commit is contained in:
Georg Pfuetzenreuter 2023-02-05 14:29:25 +01:00
parent 785986d2ac
commit 5e02090bc6
Signed by: Georg
GPG Key ID: 1ED2F138E7E6FF57

View File

@ -28,4 +28,9 @@ nginx:
{%- endfor %} {%- endfor %}
{%- endif %} {%- endif %}
firewalld:
zones:
internal:
services:
- http
- https