gonginx icon indicating copy to clipboard operation
gonginx copied to clipboard

unknown directive 'application/octet-stream'

Open matiniamirhossein opened this issue 4 months ago • 3 comments

Hello,

When I add this into the nginx configuration in server block, the parser gives me unknown directive error:

    types {
        application/octet-stream mp4;
        application/octet-stream srt;
        application/octet-stream ass;
    }

exact error message: unknown directive 'application/octet-stream' on line 10, column 9

Is there anyway to skip this or even better make it parse this?

Thank you in advance.

matiniamirhossein avatar Mar 23 '24 01:03 matiniamirhossein