diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2017-06-14 00:26:01 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2017-06-14 00:26:01 +0200 |
commit | 6538302daaf83e5befa778d7a9b580043a6d6e6b (patch) | |
tree | 141c3900f05ca50f69a262de0ea4b1d259beebc9 /resources | |
parent | 101d1c0f8185925cf8e22b893be397a25290f128 (diff) | |
download | nextcloud-server-6538302daaf83e5befa778d7a9b580043a6d6e6b.tar.gz nextcloud-server-6538302daaf83e5befa778d7a9b580043a6d6e6b.zip |
add gpx mimetype
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'resources')
-rw-r--r-- | resources/config/mimetypealiases.dist.json | 1 | ||||
-rw-r--r-- | resources/config/mimetypemapping.dist.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/resources/config/mimetypealiases.dist.json b/resources/config/mimetypealiases.dist.json index 602f70393ae..fef62ebebdb 100644 --- a/resources/config/mimetypealiases.dist.json +++ b/resources/config/mimetypealiases.dist.json @@ -12,6 +12,7 @@ "application/epub+zip": "text", "application/font-sfnt": "image", "application/font-woff": "image", + "application/gpx+xml": "location", "application/illustrator": "image", "application/javascript": "text/code", "application/json": "text/code", diff --git a/resources/config/mimetypemapping.dist.json b/resources/config/mimetypemapping.dist.json index 09be65dd86f..e06631a9ad8 100644 --- a/resources/config/mimetypemapping.dist.json +++ b/resources/config/mimetypemapping.dist.json @@ -58,6 +58,7 @@ "flac": ["audio/flac"], "flv": ["video/x-flv"], "gif": ["image/gif"], + "gpx": ["application/gpx+xml"], "gz": ["application/x-gzip"], "gzip": ["application/x-gzip"], "h": ["text/x-h"], |