diff options
Diffstat (limited to 'vars/hostclass/pkg_repository')
-rw-r--r-- | vars/hostclass/pkg_repository | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vars/hostclass/pkg_repository b/vars/hostclass/pkg_repository index 4752685..e60a0c4 100644 --- a/vars/hostclass/pkg_repository +++ b/vars/hostclass/pkg_repository @@ -1,4 +1,4 @@ #!/bin/sh -allowed_tcp_ports='ssh http' +allowed_tcp_ports='ssh http https' nginx_redirect=false |