We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8191d41 + 336c470 commit c556b41Copy full SHA for c556b41
admin_manual/configuration_mimetypes/index.rst
@@ -21,6 +21,9 @@ command to propagate the changes through the system. This example is for
21
Ubuntu Linux::
22
23
$ sudo -u www-data php occ maintenance:mimetype:update-js
24
+
25
+ # you may also need to update the mimetype for existing files, see nextcloud/server#30566
26
+ $ sudo -u www-data php occ maintenance:mimetype:update-db --repair-filecache
27
28
See :doc:`../configuration_server/occ_command` to learn more about ``occ``.
29
0 commit comments