summaryrefslogtreecommitdiff
path: root/client/nginx.conf.docker
AgeCommit message (Collapse)Author
2025-10-12Get rid of Docker artifactsHEADmasterJakob L. Kreuze
2020-06-05client/docker: enforce waitress' max upload limitations on nginx proxyShyam Sunder
This ensures that both NGINX and Waitress are using the same max upload request body. See #327
2019-09-16client/nginx: minor tweaks to nginx configShyam Sunder
2019-08-05client/nginx: enable Cross-Origin Resource Sharing for API callsShyam Sunder
Fixes #275
2019-04-21client/nginx: Remove upload filesize restrictionShyam Sunder
2019-04-08docs: add nginx reverse proxy documentationAlec Armbruster
2018-12-22client/build: Clean up build processShyam Sunder
Fixes incorrect URIs of iOS splash screens and OpenSans font Files get gzipped inside build script Better nginx configuration build.js uses more consistent, synchronous code
2018-07-25build: add Docker functionality and documentationShyam Sunder