modify default nginx config to listen on 443

This commit is contained in:
2023-03-05 19:18:41 +01:00
parent 95e3332f80
commit 6800a75f86
2 changed files with 12 additions and 2 deletions

View File

@ -18,4 +18,5 @@
community.general.ufw:
rule: allow
port: ssh
src: 192.168.69.0/24
...