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