Commit graph

2 commits

Author SHA1 Message Date
nickviljoen
0d1d8fd2c9 Apache: move ProxyTimeout out of <Location> (not allowed there)
ProxyTimeout cannot be set inside <Location>. Express the per-route
timeout via the timeout= parameter on ProxyPass instead, matching the
ppt-tool pattern in the optical-dev vhost.
2026-05-09 17:12:09 +02:00
nickviljoen
7622b650af Apache: consolidate dev+prod into single Include-style snippet
Match the convention used by every other app on optical-{dev,prod}:
each app ships one /opt/<app>/deploy/<app>.conf, and the per-host
vhost adds a single `Include` line.

Combines apache-dev.conf and apache-prod.conf (which were identical)
into apache-hm-aiqc.conf. Drops X-Forwarded-Proto and ProxyPreserveHost
since the parent vhost already sets them globally. Raises the body
size to 500MB inside /hm-aiqc/ for video uploads.
2026-05-09 17:05:39 +02:00