Sync Nginx config with upstream docs

Signed-off-by: Kaloyan Nikolow <tzerber@gmail.com>
This commit is contained in:
Kaloyan Nikolow 2025-09-29 17:23:59 +03:00
parent 63214083cd
commit 172ec43451
4 changed files with 8 additions and 0 deletions

View File

@ -14,6 +14,8 @@ http {
default_type application/octet-stream;
types {
text/javascript mjs;
application/wasm wasm;
}
}
log_format main '$remote_addr - $remote_user [$time_local] "$request" '

View File

@ -14,6 +14,8 @@ http {
default_type application/octet-stream;
types {
text/javascript mjs;
application/wasm wasm;
}
}
log_format main '$remote_addr - $remote_user [$time_local] "$request" '

View File

@ -14,6 +14,8 @@ http {
default_type application/octet-stream;
types {
text/javascript mjs;
application/wasm wasm;
}
}
log_format main '$remote_addr - $remote_user [$time_local] "$request" '

View File

@ -14,6 +14,8 @@ http {
default_type application/octet-stream;
types {
text/javascript mjs;
application/wasm wasm;
}
}
log_format main '$remote_addr - $remote_user [$time_local] "$request" '