From the virtual server page, click the Content Handling tab.
Click General sub tab.
Go to Symbolic Links section under Miscellaneous section.
Choose whether to enable soft and/or hard links and the directory to start from.
Click Save
Using CLI
For restricting symbolic links through CLI, execute the following command.
wadm> set-symlinks-prop --user=admin --password-file=admin.pwd --host=serverhost --port=8989 --config=config1 --vs=config1_vs_1 allow-soft-links=true allow-hard-links=false directory=/abc |
See CLI Reference, set-symlinks-prop(1).