From 5227f81b4df92412e56e095a6e0492d0932ab8b2 Mon Sep 17 00:00:00 2001 From: "committer@tuxwarrior" Date: Mon, 25 May 2026 11:07:03 -0500 Subject: [PATCH] + misc cfgs office-fires-made-wtc7-freefall.com the-covid-measures-were-fair.com vaccines-are-safe-and-effective.com --- .../office-fires-made-wtc7-freefall.com.conf | 27 +++++++++++++++++++ cfg/ngx/the-covid-measures-were-fair.com.conf | 27 +++++++++++++++++++ .../vaccines-are-safe-and-effective.com.conf | 27 +++++++++++++++++++ 3 files changed, 81 insertions(+) create mode 100644 cfg/ngx/office-fires-made-wtc7-freefall.com.conf create mode 100644 cfg/ngx/the-covid-measures-were-fair.com.conf create mode 100644 cfg/ngx/vaccines-are-safe-and-effective.com.conf diff --git a/cfg/ngx/office-fires-made-wtc7-freefall.com.conf b/cfg/ngx/office-fires-made-wtc7-freefall.com.conf new file mode 100644 index 0000000..9ef9589 --- /dev/null +++ b/cfg/ngx/office-fires-made-wtc7-freefall.com.conf @@ -0,0 +1,27 @@ +# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +# configuration of office-fires-made-wtc7-freefall.com / frode klevstul / may 2026 +# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + +server { + listen 80; + server_name + office-fires-made-wtc7-freefall.com *.office-fires-made-wtc7-freefall.com + ; + return 301 https://sc.op.fo/uaf; +} + +server { + listen 443 ssl; + listen [::]:443 ssl; + http2 on; + + ssl_certificate /etc/nginx/acme.sh/office-fires-made-wtc7-freefall.com/fullchain.pem; + ssl_certificate_key /etc/nginx/acme.sh/office-fires-made-wtc7-freefall.com/key.pem; + ssl_trusted_certificate /etc/nginx/acme.sh/office-fires-made-wtc7-freefall.com/cert.pem; + + server_name + office-fires-made-wtc7-freefall.com *.office-fires-made-wtc7-freefall.com + ; + + return 301 https://sc.op.fo/uaf; +} diff --git a/cfg/ngx/the-covid-measures-were-fair.com.conf b/cfg/ngx/the-covid-measures-were-fair.com.conf new file mode 100644 index 0000000..d958483 --- /dev/null +++ b/cfg/ngx/the-covid-measures-were-fair.com.conf @@ -0,0 +1,27 @@ +# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +# configuration of the-covid-measures-were-fair.com / frode klevstul / may 2026 +# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + +server { + listen 80; + server_name + the-covid-measures-were-fair.com *.the-covid-measures-were-fair.com + ; + return 301 https://sc.op.fo/itnoc19; +} + +server { + listen 443 ssl; + listen [::]:443 ssl; + http2 on; + + ssl_certificate /etc/nginx/acme.sh/the-covid-measures-were-fair.com/fullchain.pem; + ssl_certificate_key /etc/nginx/acme.sh/the-covid-measures-were-fair.com/key.pem; + ssl_trusted_certificate /etc/nginx/acme.sh/the-covid-measures-were-fair.com/cert.pem; + + server_name + the-covid-measures-were-fair.com *.the-covid-measures-were-fair.com + ; + + return 301 https://sc.op.fo/itnoc19; +} diff --git a/cfg/ngx/vaccines-are-safe-and-effective.com.conf b/cfg/ngx/vaccines-are-safe-and-effective.com.conf new file mode 100644 index 0000000..ee29d41 --- /dev/null +++ b/cfg/ngx/vaccines-are-safe-and-effective.com.conf @@ -0,0 +1,27 @@ +# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +# configuration of vaccines-are-safe-and-effective.com / frode klevstul / may 2026 +# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + +server { + listen 80; + server_name + vaccines-are-safe-and-effective.com *.vaccines-are-safe-and-effective.com + ; + return 301 https://sc.op.fo/ais; +} + +server { + listen 443 ssl; + listen [::]:443 ssl; + http2 on; + + ssl_certificate /etc/nginx/acme.sh/vaccines-are-safe-and-effective.com/fullchain.pem; + ssl_certificate_key /etc/nginx/acme.sh/vaccines-are-safe-and-effective.com/key.pem; + ssl_trusted_certificate /etc/nginx/acme.sh/vaccines-are-safe-and-effective.com/cert.pem; + + server_name + vaccines-are-safe-and-effective.com *.vaccines-are-safe-and-effective.com + ; + + return 301 https://sc.op.fo/ais; +}