How to enable SSL on NGINX
There are multiple types of certificates that can be used to enable SSL on NGINX. The first type we describe in this pos...
Target configuration is not the same for NFS v3 and NFS v4.
For NFS3 : the target must be configure in absolute
For NFS4 : the target must be configure in relative
Example :
[root@ hostname ] # ls /mnt/data/ -l total 0 drwxr----- 2 root root 6 Jul 5 09:17 folder1 [root@ hostname ] # |
Client - NFS v3
[root@ hostname ] # mount.nfs hostname:/mnt/data/folder1 /mnt/data -v |
[root@ hostname ] # mount.nfs4 hostname:/folder1 /mnt/data -v |
There are multiple types of certificates that can be used to enable SSL on NGINX. The first type we describe in this pos...
Software Appliance Backup Feature This backup feature save all important information which allow a restoration of the sy...
General Configuration Type Description Example Administrator see everything if enable, this allow all "administrator ac...
Let Us Know What You Thought about this Post.
Put your Comment Below.