How do I add additional MIME types, other than those listed in the list in VPM?
search cancel

How do I add additional MIME types, other than those listed in the list in VPM?

book

Article ID: 165961

calendar_today

Updated On:

Products

ProxySG Software - SGOS

Issue/Introduction

You need to add additional MIME types (other than those listed and specified in the object list in the VPM), but don't see any options to do so.

Resolution

You have to add this in the local policy instead of the VPM. As the VPM is already pre-defined, you can't add or edit the MIME types in the list. Follow the instructions below to add additional MIME types by using the local policy :

To add MIME types:

  1. Go to : Management Console > Configuration > Policy > Policy Files
  2. Under Install Local File from :, select Text Editor, and click Install
  3. For additional MIME types, follow the example policy below :

<Proxy>

response.header.Content-Type="Video/mp4" Allow

  1. Click Install.

 

If you need to add more MIME type, then just add the types below the rule as per below** :

<Proxy>

response.header.Content-Type="Video/mp4" Allow

response.header.Content-Type="Video/flash" Allow

Then, install the policy.

 

**Note that "video/mp4" or "video/flash" is the mime type and edit as per what is needed.