From 934d6babee9f4cf3735557b71f7901ca2fb7247c Mon Sep 17 00:00:00 2001 From: Robles Rodolphe Date: Fri, 9 Feb 2024 01:53:05 +0100 Subject: [PATCH] Update nginx.conf keep config for nextcloud in a subdir of the nginx webroot --- conf/nginx.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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`