Can Ios_debug_webkit_proxy started on any other port except 27753?

Can Ios_debug_webkit_proxy started on any other port except 27753 in order to run with appium? Currently when i try proxy on any other port appium is not able to identify webview elements. Can somebody please help if there is any other solution available?

Need to set port for ios_debug_webkit_proxy, for example 9227:
ios_webkit_debug_proxy -c udid:9227 -d

and next step set this port for appium, for example:
appium --webkit-debug-proxy-port 9227 …other parameters

@1113 did that work, i am getting unrecognized parameters for appium --webkit-debug-proxy-port 9227