allow http, so caddy can redirect
This commit is contained in:
parent
3d3d65575b
commit
f3030f9d6d
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue