Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion admin_manual/installation/nginx-subdir.conf.sample
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ server {
include mime.types;
types {
text/javascript mjs;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
text/javascript mjs;
text/javascript mjs;
# uncomment below for Nginx <= 1.21.0
#application/wasm wasm;

Copy link
Member

@joshtrichards joshtrichards Sep 20, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since we have to support a wide variation of Nginx versions (including EoL ones that are still supported within non-EoS distributions), albeit less so as time passes.

Refs:

nginx/nginx@130a3ec

https://sources.debian.org/src/nginx/

application/wasm wasm;
}

location = /robots.txt {
Expand Down