From 3b5b04da565716dc0c8e02e2fe38578dbb55d2d7 Mon Sep 17 00:00:00 2001 From: Robles Rodolphe Date: Fri, 9 Feb 2024 00:18:33 +0100 Subject: [PATCH] Update nginx.conf comment lines here only for a bug on 28.0.1 --- conf/nginx.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 9ab915b..5a50862 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`