summaryrefslogtreecommitdiffstats
path: root/tasks/httpd.yml
Commit message (Collapse)AuthorAgeFiles
* Serve empty error pages as text/plain not application/x-empty.Guilhem Moulin14 days1
| | | | | | | | | | | | | | | | | So Firefox and Chromium serve a blank page resp. a generic ”HTTP ERROR 404” page. With application/x-empty Chromium serves the following This site can’t be reached The webpage at https://example.net/… might be temporarily down or it may have moved permanently to a new web address. ERR_INVALID_RESPONSE which can be confusing (even though only OpenLayer should consume those error pages). This reverts commit 1843371641f5b3898893df91094412eaeedc8807.
* 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
* 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
|
* Install nginx.Guilhem Moulin2024-01-311