Add option to disable symlinkifnotowner feature

Add a checkbox to disable the security feature that is present in both Nginx and Apache to disable symlinks if the owner of the symlink is not the same as the owner of the actual web space.

Nginx:
disable_symlinks if_not_owner

Apache:
Options +SymlinksIfOwnerMatch