Skip to content

Commit

Permalink
Merge pull request #520 from Lerentis/main
Browse files Browse the repository at this point in the history
  • Loading branch information
provokateurin authored Feb 3, 2024
2 parents e1cea34 + 7c2fc26 commit e00863d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/nextcloud/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: nextcloud
version: 4.5.15
version: 4.5.16
appVersion: 28.0.2
description: A file sharing server that puts the control and security of your own data back into your hands.
keywords:
Expand Down
9 changes: 9 additions & 0 deletions charts/nextcloud/templates/nginx-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,15 @@
# Remove X-Powered-By, which is an information leak
fastcgi_hide_header X-Powered-By;

# Add .mjs as a file extension for javascript
# 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;
}

# Path to the root of your installation
root /var/www/html;

Expand Down

0 comments on commit e00863d

Please sign in to comment.