mobileconfigはiOSとかでネットワークの設定とかをおこなう設定ファイルなんですが、
サーバーに配置して使ってもらう場合2点対応が必要になります。
・HTTPSが必要
・ContentTypeに application/x-apple-aspen-config が必要
ということでApacheの方はこんなん追加
AddType application/x-apple-aspen-config .mobileconfig
あとはsafariから
https://path/to/file/xxxxx.mobileconfig
にアクセスすればOK