diff --git a/conf/nginx.conf b/conf/nginx.conf index 5a50862..9ab915b 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -2,10 +2,10 @@ # Either include it in the default mime.types list # or include you can include that list explicitly and add the file extension # only for Nextcloud like below: -#include mime.types; -#types { -# text/javascript js mjs; -#} +include mime.types; +types { + text/javascript js mjs; +} location ^~ /.well-known { # The following 6 rules are borrowed from `.htaccess`