From 001c7f056c9f914e6877d5c1a25cbc8003fa7a4b Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Sun, 8 Jun 2025 15:03:57 -0400 Subject: add content/posts/2025-06-08-old-openvpn-article,nginx-caching-and-security-headers.md --- ...025-06-08-nginx-caching-and-security-headers.md | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 content/posts/2025-06-08-nginx-caching-and-security-headers.md (limited to 'content/posts/2025-06-08-nginx-caching-and-security-headers.md') diff --git a/content/posts/2025-06-08-nginx-caching-and-security-headers.md b/content/posts/2025-06-08-nginx-caching-and-security-headers.md new file mode 100644 index 0000000..54cd4a0 --- /dev/null +++ b/content/posts/2025-06-08-nginx-caching-and-security-headers.md @@ -0,0 +1,27 @@ +--- +slug: nginx-caching-and-security-headers +title: "Nginx Caching and Security Headers" +date: "2025-06-08T13:16:00-04:00" +--- + +Yesterday I ported the [caching and security headers][apache-config] +from the [Apache][] configuration for the public site to the [Nginx][] +configuration for the [Tor mirror][]. + +The caching headers are particularly helpful for the [Tor mirror][]. + +The updated [Nginx][] configuration and additional documentation are +here: [Site Backend - Onion Service][onion-service]. + +[apache-config]: {{< relref "articles/site-backend" >}}#apache-configuration + "Site Backend - Apache Configuration" +[apache]: https://apache.org/ + "Apache web server" +[nginx]: https://nginx.org/ + "Nginx web server" +[onion-service]: {{< relref "articles/site-backend" >}}#onion-service + "Site Backend - Onion Service" +[tor mirror]: {{< relref "posts/2025-05-18-onion-service-mirror" >}} + "Tor Site Mirror" +[tor network]: https://torproject.org/ + "Tor project" -- cgit v1.2.3