diff options
Diffstat (limited to 'vars/hostclass/nfs_server')
-rw-r--r-- | vars/hostclass/nfs_server | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vars/hostclass/nfs_server b/vars/hostclass/nfs_server index 2957aec..cd9963e 100644 --- a/vars/hostclass/nfs_server +++ b/vars/hostclass/nfs_server @@ -1,3 +1,4 @@ #!/bin/sh -allowed_tcp_ports='ssh nfsd' +allowed_tcp_ports='ssh nfsd http https' +nginx_gssapi=true |