nginx/application: Added rules for firewall

wip
Felix Stupp 5 years ago
parent 2186137327
commit b49a832759
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -46,4 +46,13 @@
dest: "{{ nginx_installation_directory }}/nginx.conf"
notify: reload nginx
- name: Allow port {{ item }} for http in firewall
ufw:
rule: allow
port: "{{ item }}"
proto: tcp
with_items:
- 80
- 443
# TODO Configure global log

Loading…
Cancel
Save