diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..ce57b29 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +/.pvs-license filter=git-crypt diff=git-crypt +/.reminders filter=git-crypt diff=git-crypt diff --git a/.pvs-license b/.pvs-license new file mode 100644 index 0000000..083aed7 Binary files /dev/null and b/.pvs-license differ diff --git a/.reminders b/.reminders new file mode 100644 index 0000000..817941a Binary files /dev/null and b/.reminders differ diff --git a/code/kubes/nextcloud/nextcloud/nginx-config.yaml b/code/kubes/nextcloud/nextcloud/nginx-config.yaml index abf2f18..51441a5 100644 --- a/code/kubes/nextcloud/nextcloud/nginx-config.yaml +++ b/code/kubes/nextcloud/nextcloud/nginx-config.yaml @@ -22,7 +22,7 @@ data: include /etc/nginx/mime.types; default_type application/octet-stream; types { - application/javascript js mjs; + application/javascript mjs; } sendfile on;