From 0fe302a15469472c4a746f014d12c2cae0fd1a15 Mon Sep 17 00:00:00 2001 From: koalasat Date: Sun, 16 Feb 2025 13:38:41 +0100 Subject: [PATCH] Create @robosats.org --- nginx/conf/nginx.conf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/nginx/conf/nginx.conf b/nginx/conf/nginx.conf index e76a01d..7771963 100644 --- a/nginx/conf/nginx.conf +++ b/nginx/conf/nginx.conf @@ -89,10 +89,6 @@ server { default_type application/json; } - location / { - return 301 https://learn.robosats.org$request_uri; - } - location / { proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;