repo: remove superseded pilot files, ASCII-clean the build and nginx configs

Drops the legacy course-1 template, the two python assemblers the node
assembler replaced, and the unversioned scene manifest left over from the
manifest-<type> split - none referenced by build.sh, the assembler or the
README, and none produce build output. The v2 pages stay: the README lists
them as parked. Also converts typographic dashes to ASCII in build.sh and the
two nginx configs, and corrects an assembler comment that still pointed at the
removed python build.
This commit is contained in:
2026-08-25 21:13:45 +10:00
parent b67ada9c65
commit b27417ff02
8 changed files with 7 additions and 565 deletions
+2 -2
View File
@@ -10,7 +10,7 @@ server {
server_tokens off;
# Behind the Cloudflare Tunnel on :443 while nginx listens on :8080 without these,
# Behind the Cloudflare Tunnel on :443 while nginx listens on :8080 - without these,
# nginx emits ABSOLUTE redirects to http://host:8080/... and breaks every link.
absolute_redirect off;
port_in_redirect off;
@@ -51,7 +51,7 @@ server {
}
# ---- Compression ---------------------------------------------------------
# WebP/PNG are already compressed gzipping them burns CPU for nothing.
# WebP/PNG are already compressed - gzipping them burns CPU for nothing.
gzip on;
gzip_comp_level 6;
gzip_min_length 1024;
+1 -1
View File
@@ -1,5 +1,5 @@
# Shared security headers. `include`d in the server block AND in every location that
# sets its own add_header a location-level add_header REPLACES inherited headers
# sets its own add_header - a location-level add_header REPLACES inherited headers
# rather than merging them (the classic nginx footgun).
#
# HSTS is host-scoped: NO includeSubDomains / preload, because the *.bztmon.com