From 4ccc7a4e32db7fb9e7aa1c1257ee59e31e5de335 Mon Sep 17 00:00:00 2001 From: James Kinsman Date: Tue, 28 Jun 2022 12:45:31 +0100 Subject: [PATCH 1/3] Create 99_gnu.conf --- overlay/etc/nginx/sites-available/cache.conf.d/99_gnu.conf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 overlay/etc/nginx/sites-available/cache.conf.d/99_gnu.conf diff --git a/overlay/etc/nginx/sites-available/cache.conf.d/99_gnu.conf b/overlay/etc/nginx/sites-available/cache.conf.d/99_gnu.conf new file mode 100644 index 0000000..1559e56 --- /dev/null +++ b/overlay/etc/nginx/sites-available/cache.conf.d/99_gnu.conf @@ -0,0 +1,3 @@ +#In loving memory of Zoey "Crabbey" Lough. May she live on in the code + +add_header X-Clacks-Overhead "GNU Terry Pratchett, GNU Zoey -Crabbey- Lough"; From 0164bbbeb9fa579726ef2f44e9134061f46b7356 Mon Sep 17 00:00:00 2001 From: James Kinsman Date: Tue, 28 Jun 2022 12:47:14 +0100 Subject: [PATCH 2/3] Update 99_gnu.conf --- overlay/etc/nginx/sites-available/cache.conf.d/99_gnu.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/overlay/etc/nginx/sites-available/cache.conf.d/99_gnu.conf b/overlay/etc/nginx/sites-available/cache.conf.d/99_gnu.conf index 1559e56..5ebe78e 100644 --- a/overlay/etc/nginx/sites-available/cache.conf.d/99_gnu.conf +++ b/overlay/etc/nginx/sites-available/cache.conf.d/99_gnu.conf @@ -1,3 +1,4 @@ #In loving memory of Zoey "Crabbey" Lough. May she live on in the code add_header X-Clacks-Overhead "GNU Terry Pratchett, GNU Zoey -Crabbey- Lough"; +proxy_set_header X-Clacks-Overhead "GNU Terry Pratchett, GNU Zoey -Crabbey- Lough"; From 35cc935f0b3f5dd61f9cdf110d1b803d652deb1e Mon Sep 17 00:00:00 2001 From: James Kinsman Date: Tue, 28 Jun 2022 12:51:48 +0100 Subject: [PATCH 3/3] Update config.yml Update circleci to ubuntu 20.04 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f616bd3..198935f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -20,7 +20,7 @@ version: 2.1 executors: testbuild-executor: machine: - image: ubuntu-1604:201903-01 + image: ubuntu-2004:202201-02 jobs: test: executor: testbuild-executor