Unverified Commit 1a9fe45b authored by Maximilian Bosch's avatar Maximilian Bosch Committed by GitHub
Browse files

Merge pull request #275053 from danth/nextcloud-mjs

nixos/nextcloud: set correct MIME type for .mjs files
parents 8a034b12 292c74c7
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1135,6 +1135,9 @@ in {
            try_files $uri /index.php$request_uri;
            expires 6M;
            access_log off;
            location ~ \.mjs$ {
              default_type text/javascript;
            }
            location ~ \.wasm$ {
              default_type application/wasm;
            }