allow http, so caddy can redirect

This commit is contained in:
Pablo Martin 2025-07-04 15:53:27 +02:00
parent 3d3d65575b
commit f3030f9d6d

View file

@ -54,6 +54,12 @@
enabled: yes enabled: yes
state: started state: started
- name: Allow HTTP through UFW
ufw:
rule: allow
port: '80'
proto: tcp
- name: Allow HTTPS through UFW - name: Allow HTTPS through UFW
ufw: ufw:
rule: allow rule: allow