<feed xmlns='http://www.w3.org/2005/Atom'>
<title>KlimatanalysNorr/ansible/files/etc/nginx, branch master</title>
<subtitle>Ansible playbooks for Klimatanalys Norr's web map backend.</subtitle>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/KlimatanalysNorr/ansible/'/>
<entry>
<title>Change Referrer-Policy to "same-origin" from "no-referrer".</title>
<updated>2025-10-18T19:02:07+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@fripost.org</email>
</author>
<published>2025-10-18T19:02:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/KlimatanalysNorr/ansible/commit/?id=61c759a333163ff31b874c7a21b7b96a95094ab0'/>
<id>61c759a333163ff31b874c7a21b7b96a95094ab0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>nginx: Set `http2 on`.</title>
<updated>2025-09-17T23:17:59+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@fripost.org</email>
</author>
<published>2025-09-17T23:17:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/KlimatanalysNorr/ansible/commit/?id=4d8a89f1b3e13c8a276ffc2ba133a5cc129bb8d2'/>
<id>4d8a89f1b3e13c8a276ffc2ba133a5cc129bb8d2</id>
<content type='text'>
The "listen ... http2" directive is deprecated since nginx 1.25.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The "listen ... http2" directive is deprecated since nginx 1.25.
</pre>
</div>
</content>
</entry>
<entry>
<title>Nginx: Drop OCSP stapling directives.</title>
<updated>2025-08-06T11:54:05+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@fripost.org</email>
</author>
<published>2025-08-06T11:54:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/KlimatanalysNorr/ansible/commit/?id=4c271d92503aa0b66a59df20ec576cc1622bb14c'/>
<id>4c271d92503aa0b66a59df20ec576cc1622bb14c</id>
<content type='text'>
Let's Encrypt removed OCSP URLs from certificates on 2025-05-07, see
https://letsencrypt.org/2024/12/05/ending-ocsp .
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Let's Encrypt removed OCSP URLs from certificates on 2025-05-07, see
https://letsencrypt.org/2024/12/05/ending-ocsp .
</pre>
</div>
</content>
</entry>
<entry>
<title>nginx: Set brotli_static for /raster/…/metadata.json.</title>
<updated>2025-07-23T15:09:17+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@fripost.org</email>
</author>
<published>2025-07-23T15:09:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/KlimatanalysNorr/ansible/commit/?id=14ad8f36d990c23dfb67b04c20c21e062ffdf30d'/>
<id>14ad8f36d990c23dfb67b04c20c21e062ffdf30d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>nginx: Avoid useless regex capture.</title>
<updated>2025-06-21T09:21:02+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@fripost.org</email>
</author>
<published>2025-06-21T09:21:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/KlimatanalysNorr/ansible/commit/?id=213a38471054e62506bdabeaf72f768078d7ed5f'/>
<id>213a38471054e62506bdabeaf72f768078d7ed5f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>nginx: Only set brotli_static=on for .css, .js and .svg assets.</title>
<updated>2025-06-19T16:08:45+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@fripost.org</email>
</author>
<published>2025-06-19T16:08:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/KlimatanalysNorr/ansible/commit/?id=4b6cfcac9042593240e465c3deb1a6482a449607'/>
<id>4b6cfcac9042593240e465c3deb1a6482a449607</id>
<content type='text'>
(We don't want to enable it on font files.)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(We don't want to enable it on font files.)
</pre>
</div>
</content>
</entry>
<entry>
<title>nginx: Enable brotli_static at the root.</title>
<updated>2025-06-11T12:38:33+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@fripost.org</email>
</author>
<published>2025-06-11T12:38:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/KlimatanalysNorr/ansible/commit/?id=6c056f7ab595a7310741370d37130cd5017d9315'/>
<id>6c056f7ab595a7310741370d37130cd5017d9315</id>
<content type='text'>
For /index.html and /data/*.json.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For /index.html and /data/*.json.
</pre>
</div>
</content>
</entry>
<entry>
<title>CSP: Add `worker-src blob:` to the allow-list.</title>
<updated>2025-06-09T11:49:03+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@fripost.org</email>
</author>
<published>2025-06-08T23:58:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/KlimatanalysNorr/ansible/commit/?id=a477e5bdcc9f03b046a357b92b9487b8c4de23cd'/>
<id>a477e5bdcc9f03b046a357b92b9487b8c4de23cd</id>
<content type='text'>
It appears to be required for GeoTIFF/WebGL on Chrome.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It appears to be required for GeoTIFF/WebGL on Chrome.
</pre>
</div>
</content>
</entry>
<entry>
<title>nginx: Add a location{} for raster URIs.</title>
<updated>2025-06-08T14:03:56+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@fripost.org</email>
</author>
<published>2025-06-08T13:23:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/KlimatanalysNorr/ansible/commit/?id=c1a547aee3040a5ec298c174577b75cf78170f60'/>
<id>c1a547aee3040a5ec298c174577b75cf78170f60</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>nginx: Drop unused location{}.</title>
<updated>2025-05-27T20:08:10+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@fripost.org</email>
</author>
<published>2025-05-27T20:05:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/KlimatanalysNorr/ansible/commit/?id=9f178f0a30e1690c6b52b9ad09668ee848d0d3d6'/>
<id>9f178f0a30e1690c6b52b9ad09668ee848d0d3d6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
