summaryrefslogtreecommitdiffstats
path: root/files/etc/nginx
Commit message (Collapse)AuthorAgeFiles
* HTTPd: Use `Content-Type: application/x-protobuf` for .pbf tiles.Guilhem Moulin2025-05-221
| | | | | | | | application/protobuf and application/vnd.google.protobuf might be valid types too, cf. https://stackoverflow.com/questions/30505408/what-is-the-correct-protobuf-content-type But we use application/x-protobuf since it appears more common. That's what cloudflare lists at least: https://developers.cloudflare.com/speed/optimization/content/compression/
* HTTPd: Use `Content-Type: application/x-empty` for 404 error pages.Guilhem Moulin2025-05-211
| | | | | This matches PHP's finfo_file() behavior for empty files, cf. https://stackoverflow.com/questions/24015038/why-does-php-file-info-return-inode-x-empty-for-empty-text-files
* Adjust nginx config to serve compressed tiles.Guilhem Moulin2024-10-201
|
* Copy webmap-publish.Guilhem Moulin2024-09-251
| | | | | | | | We also replace persistent/shared RuntimeDirectory settings with directories defined as tmpfiles.d(5) entries. This gives more control over access control. We also change static compression from gzip to brotli on the HTTPd.
* tasks/httpd.yml: Create /etc/nginx/sites-enabled/webmap as a symlink.Guilhem Moulin2024-06-011
|
* HTTPd: Set vhost karta.klimatanalysnorr.se.Guilhem Moulin2024-02-151
|
* HTTPd: Add security and cache headers.Guilhem Moulin2024-01-311
|
* Install nginx.Guilhem Moulin2024-01-312