From 55953b67c35beaaa2eb108c16d85f6827198c0e6 Mon Sep 17 00:00:00 2001 From: faulty Date: Wed, 15 Feb 2023 14:06:33 +0100 Subject: [PATCH] temporary --- custom/proxy/config/conf.d/temp-frontend.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 custom/proxy/config/conf.d/temp-frontend.conf diff --git a/custom/proxy/config/conf.d/temp-frontend.conf b/custom/proxy/config/conf.d/temp-frontend.conf new file mode 100644 index 0000000..52686ea --- /dev/null +++ b/custom/proxy/config/conf.d/temp-frontend.conf @@ -0,0 +1,11 @@ +server { + listen 80; + server_name "faulty.nl" "ixvd.net"; + return 302 https://faulty.envs.net/; +} + +server { + listen 443 ssl http2; + server_name "faulty.nl" "ixvd.net"; + return 302 https://faulty.envs.net/; +} \ No newline at end of file